Migration issue in TM1 10.2.2 (Web URL API)
Posted: Wed Apr 22, 2015 2:00 pm
Hi,
I meet an upgrade issue from TM1 10.1 to TM1 10.2.2 about web url api.
In TM1 10.1, I have a hyperlink:
http://ServerName/tm1web/TM1WebMain.asp ... 2016.100.1
It open websheet base on title.
Following TM1 Version 10.2.2 Developer Guide (Page 186).
Code change as below:
http://<servername>:9510/tm1web/UrlApi.jsp#Action=Open&Type=WebSheet&TM1Server=<ProjectName&AdminHost=<servername>&AccessType=PUBLIC&Workbook=Applications/<project_shortcode>/websheet_1_tp&title_S1-R33-C2=2015.2016.1
It open websheet but always maintains the current state of the object (ie. If I create 3 hypelinks (2015.2016.100.1, 2015.2016.100.2, 2015.2016.100.3), I click any of three links, it always open latest 2015.2016.100.3.
I guess I don't really understand the part(Page 186: Replace the ObjectID parameter Update your code anywhere you used the ObjectID parameter to track objects that you opend ....)
Who can help?
Much appreciated in advance.
I meet an upgrade issue from TM1 10.1 to TM1 10.2.2 about web url api.
In TM1 10.1, I have a hyperlink:
http://ServerName/tm1web/TM1WebMain.asp ... 2016.100.1
It open websheet base on title.
Following TM1 Version 10.2.2 Developer Guide (Page 186).
Code change as below:
http://<servername>:9510/tm1web/UrlApi.jsp#Action=Open&Type=WebSheet&TM1Server=<ProjectName&AdminHost=<servername>&AccessType=PUBLIC&Workbook=Applications/<project_shortcode>/websheet_1_tp&title_S1-R33-C2=2015.2016.1
It open websheet but always maintains the current state of the object (ie. If I create 3 hypelinks (2015.2016.100.1, 2015.2016.100.2, 2015.2016.100.3), I click any of three links, it always open latest 2015.2016.100.3.
I guess I don't really understand the part(Page 186: Replace the ObjectID parameter Update your code anywhere you used the ObjectID parameter to track objects that you opend ....)
Who can help?
Much appreciated in advance.