Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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
Giga 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