How to show and hide list banner button on particular record's checkbox selected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 01:37 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 01:42 AM
Go to that UI action and write a condition there
current.state=='new'&¤t.check_box=='true'
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 01:56 AM
thanks for replying, but it didn't worked
means it will take some other i guess to make it visible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 01:58 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 03:22 AM