Wednesday 23 December 2015

Writing an application level PR in Siebel Open UI


Here I am going to describe how to write a JS file in Open UI on application level means it will work for all applets or any view or screens.
Now first question arise in someone’s mind is why we need such a JS file as we can already implement applet level PM-PR files..?
Well in my case I need to implement accordion effect on 3 applets of a view. I need a JS file which is available on application level. 
How to register application level PR:
  • Go to Manifest Administration,
  • Query for TYPE=”Application”
  • Result will be 2 entries, copy Platform Independent
  • And register your general JS file in this object


How to call methods defined in this file:
We have to call these methods from postload.js file. So, here is the sample how postload.js looks like.


No comments:

Post a Comment