Page 1 of 1

TM1 Web Deployment

Posted: Thu Feb 09, 2017 3:07 am
by aravind.cgns
Hi Guys,

I have a requirement where i have to access my Control Cubes and TI Process from performance modeler in TM1 web. I should get access to Cube/Cube Views so that i can input my values in to cube. After i fill in the input values into my control cubes i have to execute my TI process, once it is executed i should get notification via mail stating the process got executed successfully. please provide some inputs in achieving this.

Thanks,
Arvind

Re: TM1 Web Deployment

Posted: Thu Feb 09, 2017 3:21 am
by emma
you can use function CellIsUpdateable and make your ti send mail to you if CellIsUpdateable return 1 (success)
http://www.tm1forum.com/viewtopic.php?t=11815 <- how to send mail

Re: TM1 Web Deployment

Posted: Thu Feb 09, 2017 7:06 am
by Wim Gielis
aravind.cgns wrote:Hi Guys,

I have a requirement where i have to access my Control Cubes and TI Process from performance modeler in TM1 web. I should get access to Cube/Cube Views so that i can input my values in to cube. After i fill in the input values into my control cubes i have to execute my TI process, once it is executed i should get notification via mail stating the process got executed successfully. please provide some inputs in achieving this.

Thanks,
Arvind
What code did you already write?
If you search the forum you will find similar topics.

Re: TM1 Web Deployment

Posted: Thu Feb 09, 2017 7:33 am
by aravind.cgns
Thanks for the reply Wim, Can we deploy the TI Process in to TM1 Web?? I have a requirement where i need to Execute TI process from TM1 Web.

Thanks,
Arvind

Re: TM1 Web Deployment

Posted: Thu Feb 09, 2017 8:21 am
by Wim Gielis
You would use an action button then.
Again, please browse the forum and read the product documentation because this is elementary.

Re: TM1 Web Deployment

Posted: Mon Feb 13, 2017 10:52 pm
by babytiger
aravind.cgns wrote:I have a requirement where i have to access my Control Cubes and TI Process from performance modeler in TM1 web.
This doesn't make sense. They both are clients of TM1, and I don't think they walk to each.

Re: TM1 Web Deployment

Posted: Tue Feb 14, 2017 8:14 am
by David Usherwood
Slightly adjusted:
aravind.cgns wrote:
I have a requirement where i have to access my Control Cubes and TI Process created in performance modeler in TM1 web.
This doesn't make sense. They both are clients of TM1, and I don't think they walk to each.
As Wim says, this is TM1 developer 101 - Control Cube slice on a worksheet, add an Action Button to run the TI, save in an applications folder, open in TM1 Web.

Re: TM1 Web Deployment

Posted: Thu Feb 16, 2017 6:30 am
by aravind.cgns
Thanks Wim, Thanks David,

I have created an Application which uses my cube views and i have created a websheet with action button which calls the TI process and deployed the application. It worked well.

Thank You All Guys :D

Thanks,
Arvind