Hide UI Action "Propose Solution" in Case Type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 07:21 AM
HI All
I have defined a new Case Type in CSM module. For this Case Type I need to disable the UI Action "Propose Solution". As suggest in Guided Setup I try to add the script include call in the UI action condition for this.
But Condition lenght is 254 char and when I add condition the total the length is greater.
How I can solve this?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 07:39 AM
Hi @Giuseppe Mastro ,
If the condition length exceeds 254,
then try merge the existing conditional check into your custom script include method
Example:
Existing condition is:
Ideally you have to add your new conditional check to this like below:
But because in your case its already exceeding 254, you can add the existing conditional checks in your new script include method and just call the new script include method here
Please make correct or helpful if it has helped you 🙂