Check Sourceable Check Box on REQUEST
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2022 08:46 AM
Hello Experts,
I have a checkbox field (sourceable) on REQUEST, I want it to be checked when any one of the RITMs under that REQ are approved.
How can I achieve that? Please help me with the script.
Thanks,
Rocky.
Labels:
- Labels:
-
Scripting and Coding
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2022 09:56 AM
Hopefully you are setting the approval field on the RITMs to approved in the workflow. If you are you just need to what a BR that when approval changes to approved lookup the REQ and set the field to true.
Edit:
So it is not always running you could probably do a condition of Approval is approved and request.sourceable is false.