Use this link to share with your colleagues:
How to Add the New Pledge and New Pledge Payment Actions to Page Layouts: https://help.pm.leapevent.tech/a/1173521
Actions are a great way to streamline the data entry process. If Pledges and Pledge Payments were already set up in your account in Classic, then you'll need to create the New Pledge and New Pledge Payment actions, and then add them to various page layouts.
In this article, we'll:
- Set up the New Pledge Payment action and add it to the Pledge page layout
- Set up the New Pledge action and add it to the Account and Contact page layouts
This should take about an hour - let's go for it!
This is the last step to complete pledge setup - if you haven't set up pledges (or aren't sure if you have) head to this article to configure the pledges feature in your account.
1. Set up the New Pledge Payment action and add it to the Pledge page layout
In this step, we'll configure the "New Pledge Payment" action and add it to the Pledge record, and then we'll do a bit of light page layout cleanup.
With this action, you'll be able to create Pledge Payment records directly from the Pledge record with the click of a button, and some of the information from the Pledge record will carry over to the Pledge Payment record, too! How convenient.
3. Click on the Buttons, Links and Actions tab in the left panel
5. Fill in the following information:
- Action Type: Create a Record
- Target Object: Opportunity
- Relationship Field: Parent Record
- Record Type: Pledge Payment
- Standard Label Type: New [Record Type]
- Name: New_Pledge_Payment
- Description: This action is used to create a Pledge Payment on a Pledge record
- Create Feed Item: checked
- Icon: Leave this as is
- Click "Save"
7. Place the following fields on the action page layout and click "Save"
Add these fields to the page layout:
- Amount
- Close Date
- Stage
- Payment Type
- Check Number
- Check Date
8. A warning message may Pop-up when you save - click "Yes"
10. Choose the field name and enter the formula
- Field Name: Account Name
- Formula Value: Opportunity.AccountId
- Click "Save"
12. Choose the field name and enter the formula
- Field Name: Donor
- Formula Value: Opportunity.PatronDonate__Donor__c
- Click "Save"
14. Choose the field name and enter the formula
- Field Name: Opportunity Name
- Formula Value: Opportunity.Account.Name + " Pledge Payment - " + TEXT( MONTH( TODAY() ) ) + "/" + TEXT( DAY( TODAY() ) ) + "/" + TEXT( YEAR( TODAY() ) )
- Click "Save"
16. Choose the field name and enter the formula
- Field Name: Close Date
- Formula Value: TODAY()
- Click "Save
3. Drag-and-drop "New Pledge Payment" from the editing palette to the Salesforce Mobile and Lightning Experience Actions section
Hooray! You just added the "New Pledge Payment" action to the Pledge page layout. While we're here, let's remove an unnecessary button from the Payments related list.
5. Click on the "+" on the Buttons section
6. Uncheck the "New" box and click "OK"
One action down, one to go
2. Set up New Pledge action and add it to the Account and Contact page layouts
In this step, we'll set configure the New Pledge action and add it to the Account and Contact page layouts. Then, we'll do a bit of light page layout cleanup.
When you're done with this step, you'll be able to create a Pledge record from the Contact or the Account, and the New Pledge action will capture important information from the Contact/Account and carry it over to the Pledge record.
4. Fill in the following details
- Action Type: Create Record
- Target Object: Opportunity
- Record Type: Pledge
- Standard Label Type: New [Record Type]
- Name: New_Pledge
- Description: This action creates a new Pledge record related to the Contact
- Create Feed Item: checked
- Icon: Leave this as-is
- Click "Save"
5. Customize what fields will appear on the new Action and click "Save"
Add these fields to the action page layout:
- Opportunity Name
- Account Name
- Donor
- Pledge Amount
- Close Date
- Stage
6. A warning message may pop up when you save - click "Yes"
8. Choose the field name and enter the formula
- Field Name: Opportunity Name
- Formula Value: Contact.FirstName + " " + Contact.LastName + " Pledge - " + TEXT( MONTH( TODAY() ) ) + "/" + TEXT( DAY( TODAY() ) ) + "/" + TEXT( YEAR( TODAY() ) )
- Click "Save"
10. Choose the field name and enter the formula
- Field Name: Account Name
- Formula Value: Contact.Account.Id
- Click "Save"
12. Choose the field name and enter the formula
- Field Name: Donor
- Formula Value: Contact.Id
- Click "Save"
4. Drag-and-drop "New Pledge" from the editing palette to the Salesforce Mobile and Lightning Experience Actions section
6. Add the following fields to the Selected Fields box and click "OK"
- Stage
- Pledge Amount
- Donation Record Type
4. Fill in the following details
- Action Type: Create Record
- Target Object: Opportunity
- Record Type: Pledge
- Standard Label Type: New [Record Type]
- Name: New_Pledge
- Description: This action creates a new Pledge record related to the Account
- Create Feed Item: checked
- Icon: Leave this as-is
- Click "Save"
5. Customize what fields will appear on the new action and click "Save"
Add these fields to the action layout:
- Opportunity Name
- Account Name
- Donor
- Pledge Amount
- Close Date
- Stage
6. A warning message may pop up when you save - click "Yes"
8. Choose the field name and enter the formula
- Field Name: Opportunity Name
- Formula Value: Account.Name + " Pledge - " + TEXT( MONTH( TODAY() ) ) + "/" + TEXT( DAY( TODAY() ) ) + "/" + TEXT( YEAR( TODAY() ) )
- Click "Save"
10. Choose the field name and enter the formula:
- Field Name: Account Name
- Formula Value: Account.Id
- Click "Save"
3. Drag-and-drop "New Pledge" from the editing palette to the Salesforce Mobile and Lightning Experience Actions section, and click "Save"
Hooray! You just added the "New Pledge" action to the Account Foundation page layout. While we're here, let's do a little cleanup.
5. Move the following fields from the Available Fields box to the Selected Fields box
- Pledge Amount
- Stage
- Donation Record Type
6. Click "OK"
8. Repeat for the Organization Layout
Wonder why you shouldn't add the New Pledge action to the Household or Individual layouts? Great question!
We recommend you add pledge records made by individual people (as opposed to entities like businesses and foundations) via the Contact instead of the Account. That way, the pledge record will be directly associated with the donor's Contact record, which lends to better pledge-tracking and reporting.