Page 1 of 1

How to alert user if the TI process run ok?

Posted: Wed Jun 16, 2010 8:15 am
by GregaJ
Hi,

Is there a possibility to give user feedback if they run some TI process trough TM1 web - like some dialog box that it is ok?

Can this be done somehow in Excel, because I can call a TI process inside some other TI process and get the result value of ExecuteProcess and based on this call some VB or smt?

Thank you and regards

Grega

Re: How to alert user if the TI process run ok?

Posted: Wed Jun 16, 2010 12:42 pm
by George Regateiro
I could be over simplifying this but if you are testing the return value in the Main TI for all the sub processes that are called could you not just utilize the ProcessError function. This would cause the action button to return the default error message if something happened in one of the child process. If all the child process tested successfully then the main process would end normally retruning the process completed successfully message.

If more detail is needed then you will have to implement some sort of email functionality, just search the forum for some examples.

Re: How to alert user if the TI process run ok?

Posted: Wed Jun 16, 2010 12:53 pm
by kpk
"Is there a possibility to give user feedback if they run some TI process trough TM1 web - like some dialog box that it is ok?"
Hello,
Have you tried the Action Button? It can be used on a TM1web interface as well.
Regards,
Peter