Comparisons of Business Rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi All,
Can someone explain the use cases of the following three OOB BRs:
- Task Active State Management (order 50)
- mark closed (order 800)
- task closer (order 900)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
did you check the BR code and see what it's doing?
the code should be self-explanatory.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I did, but I am very confused.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
where are you confused?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Task Active State Management - Run on task table for insert or update conditions to set task state to active or inactive
Mark Closed - Run on task table for insert or update conditions when task record is set to closed, set active field to false
Task Closer - Run on task table for insert or update conditions to set active field based on state changes
Refer below article for more details
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan