Add UI Action to Related List in Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Contract (ast_contract) has a related list, Project team (u_m2m_project_team).
I have a custom UI action which will call a UI page to add roles.
This button appears in ast_contract. Instead I want to make it appear in the related list, Project team (u_m2m_project_team).
How can I do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @vidhya_mouli ,
It is not possible to show the button only in the related list using the UI actions, instead you can create a related list declarative action by typing the related list actions in the all navigator click on the module under the Declarative actions application as shown in the below, create a new record and give the table name as u_m2m_project_team
Select the implemented as client script and copy paste your script from ui action script and save it.Now you can see the a declarative action in the Related list.
If my response helped, mark it as helpful and accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
I tried doing this. But this is asking for Specify client action which is basically a payload. I am not sure how to configure payload for my requirment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
50m ago
For this select the implemented as client script then no need to add any client action
and add your script directly in the client script block where i am showing the arrow in the down-side of the image.
If my response helped, mark it as helpful and accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
28m ago
When I tried this and saved the record, it throws an error asking for some Modal Action. Not sure what it is expecting. Do you anything about it?
