how to put a UI action on the related list .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2017 08:31 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2017 08:40 PM
Hello Vahini,
If the UI action created is on table "Tests", then you can select the checkbox "List banner button" on the UI action. Button will be available next to the New button.
Reference:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2017 08:47 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2017 12:22 AM
Hi Vahini,
put RP.isRelatedList() in your ui action condition field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2017 12:30 AM
if you have Many-to-Many related list then you can use RP.isManyToMany() in UI Action condition and for One-to-Many you can try with RP.isOneToMany() in UI Action condition field.
Hope it will help you .