Related_Person__c is a child object of Patient__c.
When a user visits the detail page of a Related Person (i.e. /{{Id}}), I’d like to send them to the same squid page that the Patient detail redirects too, and also add #related_person to the url.
Patient__c detail redirects to something like this:
/apex/UI?id={{Id}}&sfdc.override=1&objectType=Patient__c&actionType=View
Would it be possible to Related_Person__c detail to redirect to something like this:
/apex/UI?id={{Patient_Name__c}}&sfdc.override=1&objectType=Related_Person__c&actionType=View#related_person
Where Patient_Name__c is the reference field from Related Person to Patient.
How would I set that up?
Question
Redirect standard salesforce view of child object to skuid page of parent
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
