Home » , » Core Routine to Auto Start TSA Service (CALL SERVICE.CONTROL)

Core Routine to Auto Start TSA Service (CALL SERVICE.CONTROL)

: Posted on - October 30, 2017

Hello guys,

this is my first article in T24 Temenos blog, let's make clear that this is unofficial blog of T24 Temenos, I repeat this is unofficial blog of T24 Temenos.

In this article, I wanna share a core routine to enable automatic start of TSA Service .

You can use :

TS.ID = YOUR.TSA.SERVICE.ID
SERVICE.ID = ''
CALL SERVICE.CONTROL(TS.ID,'START',SERVICE.ID)
*TS.ID should be a valid @id of TSA.SERVICE

This function can be called from any step on your process.
The use of CALL SERVICE.CONTROL is widely, up to your idea.
For example, you expect to run a particular process during COB/EOD, but you do not want to burden the EOD process itself, then you can create a job with the purpose to start other particular TSA Service.
Another example, you want to start a service after user commit any deal from transactions, then you can create an after auth routine that call this core routine to start the particular service.

Overall, the use of CALL SERVICE.CONTROL is very depending on your idea and purpose from the business perspective.

Description: Core Routine to Auto Start TSA Service (CALL SERVICE.CONTROL) Rating: 4.9 Reviewer: Jack Panther - ItemReviewed: Core Routine to Auto Start TSA Service (CALL SERVICE.CONTROL)
More Informations >>