- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 11:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 12:20 AM
From this related list header, right click and select Configure -> UI Actions from the list of UI Actions, open the record for Initiate Assessment and add the condition !RP.isRelatedList()
If you already have other conditions add this condition at the end & !RP.isRelatedList()
Note: This will hide this UI Action in all related lists not only on this form.
If you want it to be hidden on only a specific table form, add the following condition (parent.getRecordClassName() != 'YOUR_TABLE_NAME' && !RP.isRelatedList())
Please mark my answer helpful and accept as a solution if it helped 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 12:07 AM
Hello @vidhya_mouli
Right-click on the form Header.
Configure > Related List.
In the Selected section you will find that button, remove it from there.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 12:10 AM
Hi @vidhya_mouli,
on the realted list navigate to Configure > UI Action.
open the 'initate assessment' UI action adjust the condition of visiblity based on buisness needs. This will show/hide the ui action accordingly.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 12:20 AM
From this related list header, right click and select Configure -> UI Actions from the list of UI Actions, open the record for Initiate Assessment and add the condition !RP.isRelatedList()
If you already have other conditions add this condition at the end & !RP.isRelatedList()
Note: This will hide this UI Action in all related lists not only on this form.
If you want it to be hidden on only a specific table form, add the following condition (parent.getRecordClassName() != 'YOUR_TABLE_NAME' && !RP.isRelatedList())
Please mark my answer helpful and accept as a solution if it helped 👍✔️
Anvesh