how to restrict not moving to next state it should be in same state when my conditions not satisfy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 01:34 AM
pls check below on change client script on problem table
when ever user select source as incident problem etc and under related list if no records associated then it should restrict not moving to assigned state and my code saving its moving to next state
below is script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 04:44 AM
As you mentioned, the condition requires the state is "new" and assigned to "changes," so your Business Rule will only execute when this condition is met. This means the BR will only run if the previous state is "new" and the assigned_to field changes to a different value.
so once you reload the form and try to save the form without changing assigned_to in that case BR won't execute because condition didn't match.
Hope this help you.
Regards
Moin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:39 AM
it should restrict not moving to next state the next state is assigned so if assigned to any user then it will move to assigned state so i used assigned to changes
how can i make it restrict
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:47 AM
I'm still unclear about it. Could you please share a screenshot of the "When to run" section in the Business Rule?