- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 10:36 AM
I need to set the Action status to "Blocked by Customer" whenever the Agent resolves a Case for a Customer. This action status should remain until the customer accepts the solution.
Now Out of box there are flows governing the action status, and when i am writing a before BR to update the Case action status, it is updating the action status however the OOB flow is also running and later updating the case action status to empty on resolve.
Can someone help me on the situtation?
Solved! Go to Solution.
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 12:24 AM
try updating the subflow which updates the Case action status on resolved as below:
Please mark this as Correct answer or helpful for others if this resolves your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 02:07 PM
I wouldn't try to write to the field outside of the case action flows. As you have found, you will be conflicting with them.
I would try to amend the flows themselves instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2022 02:45 AM
Hello
Can you please help me on the query?
I updated the subflow as suggested by
However it only updates the action status when the needs attention action is true, when the needs attention is not the action status, it is not updating the action status to Blocked by customer on resolving the case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 12:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 11:48 PM
hi Kashif,
This only updates the action status when the needs attention action is true, when the needs attention is not the action status, it is not updating the action status to Blocked by customer on resolving the case?