Products Downloads


French version


 

 

 

Assignment

Logical entities.

 

 

Use

Generation of instructions in the VALIDATION section between the unload (PLACE) and update (CLASSIFY) instructions, for logical entities in update mode only.

 

Click below for more information on generating management rules in programs (generation paragraph, and the generation point within the paragraph):

 

Substitution principles

  • The management rule text variables $$Id are replaced by the name of the view concerned by the PLACE/CLASSIFY instructions.

  • The management rule text variables $LogicalProperty are replaced by the guide word associated with the property named LogicalProperty, if the latter belongs to the entity to which the management rule is assigned.

 

Example

Assigning the modification date.

 

1. Specification of the management rule:

IF   $$ENTITY EXISTS

$UPD_DATE = *DATE

END

 

2. Result in the program:

IF   CUSTOMER EXISTS

CC_UPD_DATE = *DATE

END

 

↑ Top of page

  • Aucune étiquette