- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 12:57 AM
Hi there,
I have a workflow activity where I need to set the status of the request (of the RITM) to closed cancelled.
When I run the workflow, there is an error: 'closed_cancelled' is not defined.
What should this be instead (maybe closed incomplete?) or is there a way to implement closed_cancelled, and I just need to declare it first?
Any help with this matter would be much appreciated.
Kind regards,
G
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 01:14 AM - edited 10-23-2023 01:15 AM
Hi @gunishi
There is no closed_cancelled state for RITM table. If you want one you can create a new record in sys_choice table like the one below. If you are setting the state from a script you need to set value as '8'.
Note: In the above form Table should be Task (task) only
Please mark my answer helpful and accept as solution if it helped you 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 01:23 AM
Hi @gunishi ,
As Anvesh suggested you can create a new choice as Closed Incomplete & then try to run the flow. This will solve the issue but again this will be a customization which will be reflected globally on RITM table which the client might agree or not.
The best approach would be to go with closed_incomplete status as it is OOTB.
But again in the end kindly decide & take the necessary steps.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 01:14 AM - edited 10-23-2023 01:15 AM
Hi @gunishi
There is no closed_cancelled state for RITM table. If you want one you can create a new record in sys_choice table like the one below. If you are setting the state from a script you need to set value as '8'.
Note: In the above form Table should be Task (task) only
Please mark my answer helpful and accept as solution if it helped you 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 01:23 AM
Hi @gunishi ,
As Anvesh suggested you can create a new choice as Closed Incomplete & then try to run the flow. This will solve the issue but again this will be a customization which will be reflected globally on RITM table which the client might agree or not.
The best approach would be to go with closed_incomplete status as it is OOTB.
But again in the end kindly decide & take the necessary steps.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 01:53 AM
Hi @gunishi ,
If we have answered your question could u please mark both the responses as "solution accepted" as it will help others to find the right answer.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 07:25 AM