OK INPUT
OK INPUT is used in input processes to make an item modifiable. This can be used for fields that are conditionally modifiable depending on prior entries.
OK INPUT
(AT APPEARANCE # )
(1)
(2) (3) (4) (5)
(2) Application ID |
(4) Occurrence (constant/index) |
(5) Appearance (constant/index) |
OK INPUT is used in input processes to make an item modifiable. This can be used for fields that are conditionally modifiable, depending on prior entries. The appearance number can be used if the same field appears more than once on the image.
The application ID, field name, occurrence, and appearance may all be left blank, in which case the statement is applied to all items on the image.
OK INPUT statements are only valid in image-related event points.
The following example allows a user to enter a General Ledger account number into a customers record if the General Ledger Chart of Accounts file exists.
IF
EXIST TGL BALANCE1 FAIL
0
T OK INPUT TAR
CUSTOMER ACCOUNT (AT
APPEARANCE # )