How to run a business rule on change of the field in the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2018 03:46 AM
Hello experts,
I have a question,
I want that when a user changes the value of a field on incident form, a business rule is called.
I know it is easy to do with client script ( onchange type) , but in my case, I want a business rule to be called.
Can someone please help ?
Thanks!
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020 10:54 AM
None of your answers are correct, they're either referring to client scripts or executing after a record is submitted.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2018 05:23 AM
You will compare current & previous value and on the basis of this you will perform onChange Action.
Mark correct or helpful if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2018 08:17 AM
i could not understand. could you please help with an example ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2018 10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 08:11 AM - edited 01-31-2024 08:11 AM
Thanks Sachin! This was very helpful for my use case on a related issue.