Loan__c = Parent Object
Loan_Role__c = Child Object
In Loan_Role__c I created a custom button labeled "New" with the formula below
/a0A/e?CF00Ni000000ChqKw={!Loan__c.Name}&CF00Ni000000ChqKw_lkid={!Loan__c.Id}&retURL=%2F{!Loan__c.Id}&saveURL=%2F{!Loan__c.Id}
I also added the Loan Role related list to the Loan__c and I added the "New" button to the Loan Role related list as well.
After selecting the "New" button, and I save or cancel a Loan Role record, I am redirected to the associated Loan record, which is fine.
What I want, is after a user save or cancel a Loan Role, I want the user to be redirected to the Loan Role related list in the Loan Record. Currently, I am redirected to the Loan, and I have to scroll down to the Loan Role related list.
FYI - I am using Salesforce classic and I learn how to create the button from this community answer https://success.salesforce.com/answers?id=90630000000h1PzAAI
6 answers
Unfortunately, I don't think there is a way to do this.
The closest you could possibly reach is to create a VF Page with the Related List and place it at the top of the page.