Business Rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 01:29 AM
Hi All,
I m trying to create a business rule for RITM records
so If a RITM status changes from Open to Closed Complete (which happens automatically when catalog tasks are closed)
and so when those conditions are fulfilled I want to update the State and Stage to the following :
This however seems not to be working. Any tips?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 01:37 AM
Look like you have used AND instead of OR in your Filter Conditions, Change them to OR
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 01:43 AM
But ALL of those conditions need to be fulfilled....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 01:46 AM
Which is not logical and why your logic does not work, the State cannot change to Open and Closed Complete at the same time it's not possible, you need to OR these conditions.
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 01:49 AM
I get your point...But I want it to be triggered when the status changes from OPEN to CLOSED COMPLETE