Overview
The custom link feature allows building of a unique direct link enabling the creation of proposals from Salesforce.
Creating Custom Create Proposal Links in Salesforce
Take the following steps to create your custom "Create Proposal" link.
- Login to Salesforce and copy the URL until .com.
- Go to Setup. Click Customize under the Build category.
3. Expand the object type-> Opportunities and click Buttons, Links, and Actions. Similarly, you can also create custom buttons for Accounts and Leads.
4. Click Create New Button or Link.
5. Enter the below values in the fields provided,
Label |
Create Proposal |
Name |
Create Proposal |
Description |
Create Proposal |
Display Type |
Choose Detail Page Button |
Behavior |
Choose Display in existing window with sidebar or header |
Content Source |
Choose URL |
Select Field Type |
Choose Opportunity (similarly for Accounts and Lead) |
Insert Field |
Choose Insert Merge Field |
- Modify the copied URL as shown below:
Sample URL
https://na85.salesforce.com/
Modified URL
https://na85.salesforce.com/apex/CreateNewRfpioProposal?ObjectId={!Opportunity.Id}
- Add the modified URL in the box and click Save.
8. Click OK.
Customizing The Layout
- Click Opportunity Tab and select an opportunity.
- Click Edit Layout.
11. Select Buttons in the left panel. Drag and copy the Create proposal button in the space provided below for Custom Buttons.
12. Save the Layout.
Creating Proposals
- The Create Proposal button will be displayed as shown below:
- You can now create a proposal by clicking the Create Proposal button.