Can anyone give some pointers on Mihails' question OTCS ticket 3390114 :
In CS 16.0.5 we have used globalConfig object (thas is available anywhere in smartUI on client side) to recieve otcs ticket. Construction we used was (on javascript level):
globalConfig.config["csui/utils/contexts/factories/connector"].connection.session.ticket
Now, in CS 16.2.3 this object is not available. What alternative object / property we should use to recieve otcs ticket?
In our solution we use globalConfig.config["csui/utils/contexts/factories/connector"].connection.session.ticket to get ticket of the current session and using it in REST requests. When i can`t recieve this ticket our REST requests are not working as soon as ticket should be one of the parameters. If you can point me from what smartUI client side structure i could take this ticket it would be great.
We are not using Smart UI SDK.
Our goal is to recieve this value: globalConfig.config["csui/utils/contexts/factories/connector"].connection.session.ticket. If there are alternatives way to do it on client side - please point me.
Could this work: window.csui.require.s.contexts._.config.config["csui/utils/contexts/factories/connector"].connection.session.ticket ?