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.

sri99
Kilo Contributor

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.

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

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

View solution in original post

6 REPLIES 6

Martin Ivanov
Giga Sage
Giga Sage

Here is your business rule.

Please Mark Correct AND Helpful. Thanks!

find_real_file.png

find_real_file.png


Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024

see https://docs.servicenow.com/bundle/rome-it-service-management/page/product/planning-and-policy/conce...:

Do not write business rules with the before trigger for the following tables:

    • Request [sc_request]
    • Request Item [sc_req_item]

 

Kind regards
Maik

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

Maik Skoddow
Tera Patron
Tera Patron

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