- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 06:59 AM
Hi,
My customer wants that cases could be possible to close in CSM agent workspace without resolution notes from the "Close case" button in agent workspace.
I managed to configure resolution notes mandatory = false, if case state is changed from new to closed or resolved. But this configuration seems not to work in CSM agent workspace "Close case" button.
Any ideas where I can configure UI policies for this specific button? (picture below)
Best,
Miikka
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 10:13 AM - edited 11-02-2022 10:14 AM
Hello,
I found from where it is coming. Please go to the sf_state_flow table and open the record for close case
Clear the script out from the manual script and you will no longer see the message.
Please mark my answer as correct based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 10:13 AM - edited 11-02-2022 10:14 AM
Hello,
I found from where it is coming. Please go to the sf_state_flow table and open the record for close case
Clear the script out from the manual script and you will no longer see the message.
Please mark my answer as correct based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 04:55 AM
Hello Saurav11,
That did the trick. Thank you!