- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 04:51 AM
Like UI policies, what business rules can do without writing the Script?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 04:52 AM
UI Policies are client side and Business Rules run on Server Side
Usually we write script for several actions like before/after insert/update, query business rule, display BR etc.
But as per your question - we can set field values and abort record insertion/updation action, add messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 04:52 AM
UI Policies are client side and Business Rules run on Server Side
Usually we write script for several actions like before/after insert/update, query business rule, display BR etc.
But as per your question - we can set field values and abort record insertion/updation action, add messages