New button visible only if the breach button is true
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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

