- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2022 10:10 AM
How to auto close catalog task if RITM is closed complete or closed skipped. The sc task in the ritm should be closed automatically if ritm is closed.
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2022 10:46 AM
Hi sri,
OOTB there is a Business Rules "Close Tasks Due to Cancellations" on table "sc_req_item". You can take this as a blueprint to create a similar Business Rule for your requirement.
Kind regards
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2022 10:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2022 10:44 AM
Do not write business rules with the before
trigger for the following tables:
- Request [sc_request]
- Request Item [sc_req_item]
Kind regards
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2022 11:48 AM
Learning new stuff every day. Thanks Maik!
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2022 10:46 AM
Hi sri,
OOTB there is a Business Rules "Close Tasks Due to Cancellations" on table "sc_req_item". You can take this as a blueprint to create a similar Business Rule for your requirement.
Kind regards
Maik