Co-existence of Browser script and PM / PR in Open UI
Hi,
We are currently upgrading to IP2015. As a recomended best pratice it is advised that the code in browser script needs to be commented and same needs to be moved to PM / PR.
However we have a requirement that we need to have both HI and Open UI Url's up and running in production, that being the case we cannot delete the existing browser scripts on Siebel Applets and Buscomps.
However we are adding a condition(GetProfileAttr("IsOpenUI")) to differentiate whether its HI or Open UI in PM / PR.
Incase if we donot comment the code in the Applet / BC Browser script and also not add the above condition in PM / PR, i assume there would be a conflict?