- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 12:04 AM
Hi Everyone,
I am working on change request; the state of change request should not change to "Closed" if any of its change task are in open condition.
Basically, I should be able to close change request if all the change tasks attached to it are in closed state.
please provide some suggestions.
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 12:11 AM
Hi @Abhijit Das7 Create a before update BR on change_request table
Condition: state changesTO complete
script:
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 12:11 AM
Hi @Abhijit Das7 Create a before update BR on change_request table
Condition: state changesTO complete
script:
Harish