Please enable JavaScript.
Coggle requires JavaScript to display documents.
Open Financial Service (OFS) (OFS is a standard module within T24,…
-
-
OFS Trigger Routines
-
-
What
Convert or map message format , update local application, populate queue
OFS.ONLINE.MANAGER
-
IN.MSG.RTN
-
Typically such a routine could convert or map the data received into the required OFS message format
-
-
-
-
OUT.MSG.RTN
The routine specified here will be executed AFTER each message has been processed but prior to sending back to it’s origin.
-
-
-
-
OFS.QUEUE.MANAGER
-
IN.DIR.RTN
This routine is executed when the input directory defined in IN.QUEUE.DIR is empty, i.e. there are no messages to process.
Typically such a routine could be used to populate the input directory with OFS messages derived from a third party source.
-
-
-
-
-
OFS.BULK.MANAGER
-
MSG.PRE.RTN
This routine is called by the OFS.REQUEST.MANAGER just prior to the message been processed but after the IN.MSG.RTN has been triggered
-
-
-
MSG.POST.RTN
This routine is called by the OFS.REQUEST.MANAGER just AFTER the message been processed but before the OUT.MSG.RTN is called
-
-
-
-
Transaction Request
-
-
-
Transaction ID
Transaction id used for the record used in the transaction
May also contain an optional message id (Mandatory for A, D, S functions)
-
Enquiry Request
-
-
-
Message Data
The message data portions of the enquiry message structure contains the selection criteria passed to the enquiry
Type of OFS requests
Transaction Request
(create, modify or delete a record in any application in T24)
-
-
-
-