- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 03:02 AM
Hi All,
I have relationships build on RITM and Custom table.
Example: Relation ship names are : "Test", "Test1" and "Test2"
I also created custom ui action "Submit" and this is visible on all three related list, but I want this to show on "Test2" related list only.
Any idea on to this?
Thanks,
Sowmya
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 12:53 AM
I have used below script on onload client script to hide the button on RL which is available on multiple RL.
$j('#button_id_name').hide();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 03:04 AM
You can add this on the condition
current.getTableName()=='Test2'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 03:10 AM
Test2 is the relationship name not the table name.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 03:39 AM
Hi Sowmyaj,
Follow below step..!
and show button only where you want.
Right click on column then configure>List control then follow below image
Omit button that you don't want to show on every related list as you want.
Mark correct or helpful if it helps you.
Warm Regards,
Pranay Tiwari
| www.DxSherpa.com |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 04:00 AM