CSM configurable agent workspace = how configure resolution notes unmandatory?

Miikka_M
Tera Guru

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)

2022-11-01 15_43_50-Window.png

Best, 
Miikka

1 ACCEPTED SOLUTION

Hello,

 

I found from where it is coming. Please go to the sf_state_flow table and open the record for close case

 

Saurav11_0-1667409122705.png

 

Saurav11_1-1667409136772.png

 

Clear the script out from the manual script and you will no longer see the message.

 

https://yourinstancename.service-now.com/sn_customerservice_sf_case.do?sys_id=d8069501c33231005f76b2...

 

Please mark my answer as correct based on Impact

View solution in original post

6 REPLIES 6

Hello,

 

I found from where it is coming. Please go to the sf_state_flow table and open the record for close case

 

Saurav11_0-1667409122705.png

 

Saurav11_1-1667409136772.png

 

Clear the script out from the manual script and you will no longer see the message.

 

https://yourinstancename.service-now.com/sn_customerservice_sf_case.do?sys_id=d8069501c33231005f76b2...

 

Please mark my answer as correct based on Impact

Hello Saurav11, 

That did the trick. Thank you!