Web page refresh through escript on Application Object
Dear Team,
Is there a way to refresh web page or do browser clear cache through siebel escript on Application Object??
We are working on IP15 ps9.
We have implemented script solution on Application_PreNavigate event to set custom theme as default theme in Open UI.
Reason to implement script in PreNavigate event is because we were not getting "IsOpenUI" profile attribute value on Application_Start event.
However, custom theme doesnt get applied for the first time for new user whose .spf file is not generated.
Once we refresh page, custom theme gets loaded.
For existing spf file users, it works properly.