- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 04-28-2021 06:59 PM
Hi experts we all know display business rule are processed when a user requests a record form & onLoad Client Script typically perform client-side-manipulation of the current form or set default record values. But what if both the display business rule and onLoad Client script are trying to set value on a particular field of the table(WE ALL KNOW BR IS USED TO FETCH VALUES FROM DB & CLIENT SCRIPT IS USED TO SET VALUES ON FORM THIS ARTICLE IS JUST MADE FOR CURIOSITY) which will execute first because a display business rule execute their logic when a form loads(in our case when we try to set value & not fetch value in display BR) and onLoad Client script executes when the form is loaded so which will execute first in below video it explains all When there is onLoad client script and Display Business rule & both trying to set the value on a particular field in a form then the display business rule executes first and then the onLoad client script gets executed
- 6,104 Views

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you for testing, very helpful !
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
When no condition is specified in br, how does the display br trigger and how can it override the field value?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@VanshikaM agree!