Emails on Request Table with Multiple RITMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
So we are pushing the "Cart" option on the employee portal which creates multiple RITMS, which is all good.
The issue we are having that as soon as the first RITM is closed complete, the Request goes to Closed Complete state and it sends out the Request Complete emails to ALL the RITM requested for, even if the other RITMS are still Open.
Is there a way to fix this behavior so it doesn't send out the Request is Completed until ALL the RITMS linked to it are closed?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
53m ago - last edited 52m ago
Hi @terrieb
1. Check OOB BR "Close Parent if required" on sc_req_item whether it is customized
or
if you have any customized BR where using script , you are closing sc_request record.
2. Confirm "Mark request closed" OOB BR on sc_request having highest order and not customized.
3. If you are using Flow Designer, ensure that the flow only closes the Request after all RITMs have completed their sub-flows
It seems you have some script (in BR) which is closing sc_request record without checking whether all RITM have been closed. check it.
