Change The state & stage at RIMT when checklist value cahges
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 06:22 AM
Hello,
I have a task that includes a checklist item. This task is created alongside the RIMT. I need to change the state and stage of the RIMT when I click on the checklist (where the value changes to True or False). How can I accomplish this within the flow design?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 06:43 AM
Create BR (when to run = checklist field-> changs)or onchange Client script(onchange field - checklist) on task then using glide record on RITM or using dotwalk referncing to the parent of task i.e., RITM record, getvalue of state and stage fields of RITM . Add logic that , setvalue of state and stage = "Value as per your req" and then update ritm record.
Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 06:45 AM
This link may help get you started. The values of whether an item on a checklist is completed are stored on the [checklist_item] table. In your flow you could look up the records associated with your checklist and see if it is checked or not.