function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sandeep@Salesforcesandeep@Salesforce 

Edit Link of Related list is not displaying

I have one junction Object "J" it is having primary Master Object Opportunity and secondary master Object "A" now when I go to detail page of "A" then Edit link of J's related list is not displaying but Del is displaying. but when I open this junction record separately I am able to see Edit and Delete both button.
Note: I have given CRUD permission to all users for this junction object "J". Please suggest what is te reason of this issue?
There is not java script applied to hide this in any home page component.
MagulanDuraipandianMagulanDuraipandian

Please check the OWD of A and J.

www.infallibletechie.com

Shalagha GumberShalagha Gumber
I know it's a bit too late but this may help others facing a similar issue.
I was facing a similar issue and the reason in my case was-there was no field on the junction object that was editable. For verifying this, I created a test field of type Text (with Edit permission to all profiles) on the junction object, subsequently I could see the Edit link on the related list as well.