When creating a New related object on from a master object I want some of the details from the master object to populate on the related object create screen.
As far as I can tell I can do this by creating my own custom 'New' button and either linking this button to:
1. A VF page and controller
2. A flow
I wanted to know if there is any positives/negatives with choosing either option, or if there is any other way to achieve this operation that I should consider?
12 个回答
I can!
I just typed this up recently:
https://success.salesforce.com/answers?id=9063A000000DeSLQA0
And here's a blog post with much more detail than I put in my answer:
http://raydehler.com/cloud/clod/salesforce-url-hacking-to-prepopulate-fields-on-a-standard-page-layout.html