You need to sign in to do that
Don't have an account?
Standard Edit button in Junction object related list
Hi,
Business requirement :-
"Edit" standard button on the Junction object should take to the edit page of the master record insted of Junction object record.
How to achieve the above functionality?
Thanks & Regards,
Harsha BR
Business requirement :-
"Edit" standard button on the Junction object should take to the edit page of the master record insted of Junction object record.
How to achieve the above functionality?
Thanks & Regards,
Harsha BR
As a Standard functionality, the edit button takes to the edit page of the object on which the button is placed.
You could override the button using a visualforce page but in that case you will have to keep the standard controller as the custom object but you will have to add extension to perform your functionality.
Please have a look at https://developer.salesforce.com/forums/?id=906F000000096v4IAA.
I hope this helps, looking forward for your response.
Regards,
Anutej
Thanks for your response.
It is a lightning implementation.
Regards,
Harsha BR
I found the above mentioned component in below blog article:
>>https://www.simplysfdc.com/2018/03/salesforce-update-parent-record-with.html
Can you try checking the above article?
Article does not satisfy my requirement.
My requirement is open the edit page of Contact record from the AccountContactRelation junction object.
Thanks & Regards,
Harsha BR