Skip to content

Commit

Permalink
Merge pull request #36 from SalesforceFoundation/feature/1592-ui-text…
Browse files Browse the repository at this point in the history
…-changes

#1592.  ui text updates for RD's
  • Loading branch information
jlantz committed Sep 28, 2015
2 parents 16e9fb8 + bad0e22 commit 0113e8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/labels/CustomLabels.labels
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<language>en_US</language>
<protected>false</protected>
<shortDescription>RecurringDonationSettingsDescription</shortDescription>
<value>Settings that control the behavior of Recurring Donations. Changing these settings will change how Recurring Donations behaves.</value>
<value>These settings control how Recurring Donations behave in the Nonprofit Starter Pack. See the &lt;a href=&quot;https://powerofus.force.com/NPSP_Recurring_Donations&quot; target=&quot;_blank&quot;&gt;NPSP Documentation&lt;/a&gt; for more information.</value>
</labels>
<labels>
<fullName>RecurringDonationStageName</fullName>
Expand Down
18 changes: 11 additions & 7 deletions src/objects/Recurring_Donation__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ OR(
<fields>
<fullName>Installment_Period__c</fullName>
<deprecated>false</deprecated>
<description>How often you’ll receive the donations. NOTE: Changing the installment period for an existing Fixed-Length Recurring Donation may result in the loss and re-creation of open opportunities. Any data associated with those opportunities may be lost.</description>
<externalId>false</externalId>
<inlineHelpText>Sets the installment period for your recurring donations. WARNING: Changing the Installment Period for an existing Recurring Donation can cause open Opportunities to be deleted and recreated. Any associated data may not be retained.</inlineHelpText>
<inlineHelpText>How often you’ll receive the donations. NOTE: Changing the installment period for an existing Fixed-Length Recurring Donation may result in the loss and re-creation of open opportunities. Any data associated with those opportunities may be lost.</inlineHelpText>
<label>Installment Period</label>
<picklist>
<picklistValues>
Expand Down Expand Up @@ -174,8 +175,9 @@ OR(
<fullName>Installments__c</fullName>
<defaultValue>1</defaultValue>
<deprecated>false</deprecated>
<description>Number of installments (donations) you expect to receive. For Fixed-Length Recurring Donations only.</description>
<externalId>false</externalId>
<inlineHelpText>Number of installments.</inlineHelpText>
<inlineHelpText>Number of installments (donations) you expect to receive. For Fixed-Length Recurring Donations only.</inlineHelpText>
<label>Installments</label>
<precision>18</precision>
<required>false</required>
Expand All @@ -190,7 +192,7 @@ OR(
<deprecated>false</deprecated>
<description>Date of the last payment for this Recurring Donation</description>
<externalId>false</externalId>
<inlineHelpText>Date of the last payment for this Recurring Donation</inlineHelpText>
<inlineHelpText>Do Not Enter. The NPSP calculates this value automatically based on the last time a child donation was marked Posted.</inlineHelpText>
<label>Last Donation Date</label>
<required>false</required>
<trackHistory>false</trackHistory>
Expand All @@ -202,7 +204,7 @@ OR(
<deprecated>false</deprecated>
<description>Holds the date of the next recurring payment. Manually editing this field will recalculate all future opportunity&apos;s close dates based on the scheduled defined.</description>
<externalId>false</externalId>
<inlineHelpText>Holds the date of the next recurring payment. Manually editing this field will recalculate all future opportunity&apos;s close dates based on the scheduled defined.</inlineHelpText>
<inlineHelpText>The date on which you want the next donation to occur. This date also determines the date of all future donations.</inlineHelpText>
<label>Next Donation Date</label>
<required>false</required>
<trackHistory>false</trackHistory>
Expand All @@ -213,6 +215,7 @@ OR(
<fullName>Open_Ended_Status__c</fullName>
<deprecated>false</deprecated>
<externalId>false</externalId>
<inlineHelpText>Choose Open for an Open-Ended Recurring Donation. Choose None for a Fixed Length Recurring Donation. Choose Closed to close a Recurring Donation.</inlineHelpText>
<label>Open Ended Status</label>
<picklist>
<picklistValues>
Expand Down Expand Up @@ -251,7 +254,7 @@ OR(
<deprecated>false</deprecated>
<description>Total Amount paid on this Recurring Donation</description>
<externalId>false</externalId>
<inlineHelpText>Total Amount paid on this Recurring Donation</inlineHelpText>
<inlineHelpText>Do Not Enter. The NPSP calculates this value automatically as donations are made and marked Posted.</inlineHelpText>
<label>Paid Amount</label>
<precision>18</precision>
<required>false</required>
Expand All @@ -276,8 +279,9 @@ OR(
<fields>
<fullName>Schedule_Type__c</fullName>
<deprecated>false</deprecated>
<description>Tells Salesforce how to compute the amount for each child opportunity, based on what you&apos;ve entered in the Amount field. For Fixed-Length Recurring Donations only.</description>
<externalId>false</externalId>
<inlineHelpText>Whether the Amount is used for each installment (Multiple By), or Amount is split between installments (Divide By). Only used with Non-Open Ended Recurring Donations.</inlineHelpText>
<inlineHelpText>Tells Salesforce how to compute the amount for each child opportunity, based on what you&apos;ve entered in the Amount field. For Fixed-Length Recurring Donations only.</inlineHelpText>
<label>Schedule Type</label>
<picklist>
<picklistValues>
Expand All @@ -299,7 +303,7 @@ OR(
<deprecated>false</deprecated>
<description>Total number of installments paid on this Recurring Donation.</description>
<externalId>false</externalId>
<inlineHelpText>Total number of installments paid on this Recurring Donation.</inlineHelpText>
<inlineHelpText>Do Not Enter. The NPSP calculates this value automatically as donations are made and marked Posted.</inlineHelpText>
<label>Total Paid Installments</label>
<precision>18</precision>
<required>false</required>
Expand Down

0 comments on commit 0113e8e

Please sign in to comment.