We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Add UI Action to Related List in Workspace

vidhya_mouli
Tera Sage

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. 

 

Button.png

 

This button appears in ast_contract. Instead I want to make it appear in the related list, Project team (u_m2m_project_team)

 

Workspace.png

 

How can I do this?

 

1 ACCEPTED SOLUTION

@vidhya_mouli ,

For this select the implemented as client script then no need to add any client actionScreenshot 2026-03-12 at 1.40.30 PM.png

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.

View solution in original post

6 REPLIES 6

@vidhya_mouli ,Can u share the screenshot what error you are facing while saving?

Because i didn't see any error.

vidhya_mouli
Tera Sage

It worked now. Not sure why I got an error previously. Thank you.