In CSM I have a state that is not closing the case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:53 AM
I created a state in the sn_customerservice_case table with the label: "closed - lost" and with value 11 and when selecting this case it does not have the closed behavior. How do I insert this value in the script that closes the records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:59 AM
Hi @Daniel_O,
Question is not clear for me,
based my understanding, looks like you are trying to set the case sate value right ? if yes, how are you setting the state value ?
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 06:07 AM
Hi @Rajesh Mushke ,
I created a new state value and I wanted it to have the same behavior as the closed state. (Which makes all fields read-only and the record inactive). But this new state value that I created does not have this behavior.
I wanted to understand how I can include this new state in this closing behavior flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 05:24 AM
You need to update the state model for the case type that you added the state to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 06:40 AM
Can you give an example of how to do this?