How to show and hide list banner button on particular record's checkbox selected

akshayp
Tera Expert

so i have  a requirement

 

for eg , i have created one list banner button for incident table

Now i want it to be visible only if a incident record/records's checkbox is selected whose state is new

if i select incident record's checkbox who don't has state new then it should not be visible

 

Any ideas on this

6 REPLIES 6

priyasunku
Kilo Sage

@akshayp 

Go to that UI action and write a condition there

 

current.state=='new'&&current.check_box=='true'

 

priyasunku_0-1677750122174.png

If my answer solved your issue, please mark my answer as Correct & 👍Helpful

thanks for replying, but it didn't worked

means it will take some other i guess to make it visible

@akshayp can you please share screenshot of your UI action. if you are okay. 

 

The script which i have given should work actually.

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful

please have a look