1 answer
Hi Arie,Greetings!In order to achieve this you might need either to create the OnClcik javaScript button or VF page.We have some limitations on the Javascript button which might not work in Lightning experience.If you would like to proceed with the VF page then you might need an Extension to check for the AccountId and then redirect to the record page.Here is the sample code which might help you:VF page button code:https://salesforce.stackexchange.com/questions/14774/redirect-visualforce-page-issueJavascript button code:https://salesforce.stackexchange.com/questions/110693/custom-javascript-button-url-redirectKindly mark it as best answer if it helps so that it can help others in the future.Warm Regards,Shirisha Pathuri