Assignment
Transaction templates.
Use
Generation of instructions at the beginning of the VERIFICATION section.
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 number of the current transaction.
The management rule text variables $(+n) or $(+nn) are replaced by the number of the current transaction plus n (or nn).
The management rule text variables $(-n) or $(-nn) are replaced by the number of the current transaction minus n (or nn).
The management rule text variables $TransactionTemplate are replaced by the number of the first transaction having this TransactionTemplate, starting from the transaction following the current transaction, and looping back to the beginning once the last transaction has been reached (if current transaction is #2, and the last transaction is #4, then #3, #4, #1, #2 are checked).
Example
Preparing a work variable in order to manage deletion.
1. Specification of the management rule:
$CREATE_DATE = *DATE
2. Result in the program:
BEGIN_STD_B
CC_CREATE_DATE = *DATE
END_STD
↑ Top of page Copyrights Ι ©Hardis Group 2025 - Any partial or total reproduction of the content, not expressly authorized by Hardis Group, is strictly prohibited.