
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi All,
Scenario is, there is "Add" button declarative action created on "Incident Caused by CHG" related tab using Incident table. Same "Add" button is appearing to another "Incident Pending Change" related tab as well which is also referring to the incident table.
Requirement is, to hide "Add" button from "Incident Pending Change" related tab.
I need to put/check the condition in Script Condition but I am not sure how I could use/check related list name in/as a condition?
I tried with RP object but seems workspace /UI builder won't support it.
How I could meet this requirement? please help me.
Regards,
Virendra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi
1.Navigate to Now Experience Framework -> Related list actions
2.Open the related list action you need to show /hide
3.Click on the advanced view related link
4.Update the client conditions
Assuming the label of the related list A is Test and related list B is Test1, as per the conditions the button will be visible only for related list A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi
1.Navigate to Now Experience Framework -> Related list actions
2.Open the related list action you need to show /hide
3.Click on the advanced view related link
4.Update the client conditions
Assuming the label of the related list A is Test and related list B is Test1, as per the conditions the button will be visible only for related list A

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
Thank you @Shruti 🙂
Its working