Skip to content

Commit

Permalink
Merge pull request #67 from SalesforceFoundation/feature/msmith/RD2-u…
Browse files Browse the repository at this point in the history
…pdate-existing-labels-and-add-missing-help-text

RD2: Update field labels and add missing help text for specific fields
  • Loading branch information
force2b committed Sep 18, 2019
2 parents 0683026 + 9e0cf5d commit ff3f10a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/objects/Recurring_Donation__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@
<enableSharing>true</enableSharing>
<enableStreamingApi>true</enableStreamingApi>
<fields>
<description>The amount for each installment Opportunity.</description>
<fullName>Amount__c</fullName>
<externalId>false</externalId>
<inlineHelpText>The amount for each installment Opportunity.</inlineHelpText>
<label>Amount</label>
<precision>18</precision>
<required>false</required>
Expand All @@ -87,9 +89,11 @@
<type>Lookup</type>
</fields>
<fields>
<description>The initial inception date for this Recurring Donation. The default is the current date.</description>
<fullName>Date_Established__c</fullName>
<defaultValue>Today()</defaultValue>
<externalId>false</externalId>
<inlineHelpText>The initial inception date for this Recurring Donation. The default is the current date.</inlineHelpText>
<label>Date Established</label>
<required>false</required>
<trackHistory>false</trackHistory>
Expand Down Expand Up @@ -187,9 +191,9 @@ OR(
</fields>
<fields>
<fullName>Last_Payment_Date__c</fullName>
<description>Date of the last payment for this Recurring Donation</description>
<description>NPSP calculates this value automatically based on the last time an installment Opportunity was marked paid (read only).</description>
<externalId>false</externalId>
<inlineHelpText>Do Not Enter. The NPSP calculates this value automatically based on the last time a child donation was marked Posted.</inlineHelpText>
<inlineHelpText>NPSP calculates this value automatically based on the last time an installment Opportunity was marked paid (read only).</inlineHelpText>
<label>Last Donation Date</label>
<required>false</required>
<trackHistory>false</trackHistory>
Expand Down Expand Up @@ -246,10 +250,10 @@ OR(
</fields>
<fields>
<fullName>Paid_Amount__c</fullName>
<description>Total Amount paid on this Recurring Donation</description>
<description>The total amount paid on this Recurring Donation. Calculated automatically as the total amount of all Closed/Won installment Opportunities (read only).</description>
<externalId>false</externalId>
<inlineHelpText>Do Not Enter. The NPSP calculates this value automatically as donations are made and marked Posted.</inlineHelpText>
<label>Paid Amount</label>
<inlineHelpText>The total amount paid on this Recurring Donation. Calculated automatically as the total amount of all Closed/Won installment Opportunities (read only).</inlineHelpText>
<label>Total Paid Amount</label>
<precision>18</precision>
<required>false</required>
<scale>2</scale>
Expand Down Expand Up @@ -293,10 +297,10 @@ OR(
</fields>
<fields>
<fullName>Total_Paid_Installments__c</fullName>
<description>Total number of installments paid on this Recurring Donation.</description>
<description>Total number of installment Opportunities paid on this Recurring Donation (read only).</description>
<externalId>false</externalId>
<inlineHelpText>Do Not Enter. The NPSP calculates this value automatically as donations are made and marked Posted.</inlineHelpText>
<label>Total Paid Installments</label>
<inlineHelpText>Total number of installment Opportunities paid on this Recurring Donation (read only).</inlineHelpText>
<label>Number Of Paid Installments</label>
<precision>18</precision>
<required>false</required>
<scale>0</scale>
Expand Down

0 comments on commit ff3f10a

Please sign in to comment.