Condition for UI Action on Related list

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:02 AM
Hi all,
How can I enable/disable a button from a related list based on the state of the parent entity.
For example on changes only create outages when change state is new.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:09 AM
Hi @Jose MMR
These link will help you
You need to write the code here:
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:40 AM
Hi AG, thanks,
Yes I saw this configuration in our New button for outages. I want to apply a similar condition but in a custom ui action that I have configured as list choice in a CI related list. Our pupouse is create one outage for each Ci selected but only available in several change states.
I will check the urls that you share. Thanks.