How to populate request and requested item state same when changing Catalog task state?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020 10:09 PM
How to populate request and requested item state same when changing Catalog task state?
I want to make Request state to Closed complete when SC Task state changes to closed complete. I want to do the same for all the state like Pending, Work in progress, Closed Complete, Closed Incomplete, Closed Skipped.
Please do the needful!
Regards,
Sruthi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020 10:20 PM
Hello,
Two ways of doing it .
1. Via workflow
means once sc_task is closed complete add a set value activity on RITM and REQ and change the value of state to closed completed or close incomplete as per your wish
2. Via Script
Check below examples...
Mark my ANSWER as CORRECT and hELPFUL if it helps