EVENT Syntax EVENT <str> Description Associates the record with a StreamIN configuration. If the corresponding StreamIN configuration is not active, a new Message will be triggered by the record. If it is active, the record data will be added to the current Message. The case sensitive string argument must be the same as the name given to the Event in the Design Center. Example RECORD "INV_ABC" 1 ChrSep " " EVENT "invoice_1";
EVENT <str>
RECORD "INV_ABC" 1 ChrSep " "
EVENT "invoice_1";