Page 1 of 1

TI Process to call other TI process

Posted: Fri Dec 13, 2013 12:03 pm
by gnrlp
Hi everyone.
Is there a way I can create a TI process that call other process?
Example:
Process 1
Process 2
Process 3

And "Final Process" (will call at same time the 3 process above)

I can't use a Chore for this, because I want to use it in Cognos Insight, and there we can't call a Chore, we can execute only TI Process, and I don't want to put 3 buttons to call those 3 process.

Thx in advance.

Re: TI Process to call other TI process

Posted: Fri Dec 13, 2013 12:20 pm
by Michel Zijlema
gnrlp wrote:Hi everyone.
Is there a way I can create a TI process that call other process?
Example:
Process 1
Process 2
Process 3

And "Final Process" (will call at same time the 3 process above)

I can't use a Chore for this, because I want to use it in Cognos Insight, and there we can't call a Chore, we can execute only TI Process, and I don't want to put 3 buttons to call those 3 process.

Thx in advance.
Have a look at the ExecuteProcess function.

Michel

Re: TI Process to call other TI process

Posted: Fri Dec 13, 2013 2:05 pm
by ardi
If you cannot use chores, and you want to run them in parallel, then the other option is to execute them via TM1RunTI utility.

Re: TI Process to call other TI process

Posted: Mon Dec 16, 2013 10:48 am
by gnrlp
Thanks Michel Zijlema and Ardi.

As I will have to call it through Cognos Insight, I believe the ExecuteProcess function will solve my problem.
:D