UI Actions

Shwetha Shenoy
Tera Expert

How to create a new UI Action named Cancel Incidents which works as a List banner button to cancel multiple selected incidents?

1 ACCEPTED SOLUTION

Ah, sorry I mentioned the wrong checkbox.

It should be List Choice, not List Context Menu.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

16 REPLIES 16

No problem, sound familiar 😄


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

sombir5
Tera Contributor

Hi @Shwetha Shenoy 

You can create New UI Action

1. select the List Banner button checkbox

2. Paste the below script in the script field,

        current.state = //Add backend value of canceled state;
        current.update();
 
Please mark it helpful and accept the solution if it works for you.
Good Will