Hide UI Action "Propose Solution" in Case Type

Giuseppe Mastro
Tera Contributor

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

 

 

5 REPLIES 5

Sruthi17
Kilo Sage

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: 

Sruthi17_0-1753281153992.png

Ideally you have to add your new conditional check to this like below:

Sruthi17_1-1753281255647.png

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

Sruthi17_2-1753281436740.png


Please make correct or helpful if it has helped you 🙂