- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 07:46 AM
I Have requirement. If ritm state was in pending. whenever user updates the additional comments in RITM it should move to the work in progress automatically. please help me achieve this
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 07:59 AM
You can use Before/Update BR on RITM table:
In when to run condition you can mention:
Additional Comment - changes
State - is - Pending
In Set Value section:
State - Work in Progress
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 07:59 AM
You can use Before/Update BR on RITM table:
In when to run condition you can mention:
Additional Comment - changes
State - is - Pending
In Set Value section:
State - Work in Progress
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 09:50 AM
I would suggest that you add one more condition to the solution provided by
to make it a bit more robust.
Add that Updated by is same as Created by
That way the BR is not triggered when the assigned to (or another person with fulfiller role) writes an additional comment.