Dear all,
I am trying to fire javaScript specifically setting values in localStorage using my js at different stages in USD.
I am firing through my Custom Hosted Controls (USD Hosted Controls) and since they do not have a runscript UII Action therefore I use other CRM Active hosted controls to fire my JS using FireRequestAction and passing hosted control, action and data from my custom hosted control.
Now the issue is when sometimes my other hosted control is unavailable then due to that my other functionality takes an effect as well as my js does not run. How can I fire my JS functions or scripts in a better way so I am not dependent on other Hosted controls and can work with USD Seamlessly. I am not sure if I can use Scriptlet for this purpose,
Please help.