function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rwilcox@thinkingphones.comrwilcox@thinkingphones.com 

Create action plan from custom button

We are using Action Plans v3 and I've created a custom button on the opportunity record that calls one of my templates directly. When the action plan is created I'd like to auto populate the opportunity name in the action plan from the opportunity (Related Object).

 

How is this done?

 

---UPDATE---

After playing with this for a while, I found my answer.

 

/apex/ActionPlanCreation?refType=Opportunity&templateId=<your.template.name.here>&refId={!Opportunity.Id}