We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

New button visible only if the breach button is true

Arun Priya
Tera Contributor

In the incident form we have SLA request tab. In this the new button should be visible only when the u_breached button is true. else it should not be visible. u_breached is a check box. I have used list control to perform this activity. but this doesn't work. Can anyone let me know where is the mistake?List control in SLA Exception.png

1 REPLY 1

Mark Manders
Mega Patron

Since it's all custom, we need to guess.

Are you sure the relation is through 'parent'? Your related list is u_sla_exception_requests.u_task. Check if the relationship isn't through a different field.

Also, 'false' isn't doing anything. It should be 'return false'


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark