the order of execution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2018 05:09 PM
which one of the following execute first?
a. business rule
b. script includes
c. ui policy
d. client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2018 01:36 AM
Hi,
Business rule will run automatically as per mentioned database operation and condition.
Script include will only run when it gets explicitly called.
UI policy will run after client script.
Client script will run on form level changes before UI policy.
Please mark my answer as correct/helpful if it helps you to find the solution.
Thanks and Regards,
Apurva Malewadikar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 02:29 AM
Hi Apurva,
Why clients scripts are running before the UI policies,
do you have any insight into this scenario?
Thanks in advance for the response, Have a nice day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 02:52 AM
Hello
order of execution is
-Business rule if it is query,Display BR(g_scratchpad)
-on load client script
-on load UI policy
-script include
if it is worth to you please mark correct and helpful.
Thanks and regards,
Ganesh