
To configure the Remittance Batch Creation Events:
1 Open the CUSTSYS.MDB.
2 Open the CUST_EVNT table.
3 Type the properties you want in the appropriate fields.
OWNER_KEY =
EVNT_TYPE: Text
EVNT_MEMO: <desired function to be called with parameter replacement>
Default: Null
The following run-time parameters may be used in this expression:
<Owner_Key>
<CHK_EFT_ID>
<Remit_Bat_Key>
These parameters have the appropriate values supplied to them prior to calling
the function specified by EVNT_MEMO. A string such as the following will
typically be used.
Cust_Func(<Owner_Key>, <CHK_EFT_ID>, <Remit_Bat_Key>)
Configuring Remittance Batch Creation Events