Create Opportunity Button Redirect- Can I set field values in my URL?
I have created a button that simply redirects the user to the standard salesforce create opportunity screen. Is there a way to pre-populate opportunity field values in in my URL so that when the screen opens the values are already set? For example, I would like the lead source field on the opportunity to pre-populate with "Prospecting".
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
https://na35.salesforce.com/006/e?retURL=%2F0014100000HRU3y&accid=0014100000HRU3y
and I would then set up my Skuid button to head to a URL that looks something like
https://na35.salesforce.com/006/e?retURL=%2F0014100000HRU3y&accid={{{Id}}}
That should work for standard Salesforce objects and fields. you'll need to make sure that your button's Model is pulling the id# field.