Skip to content

Commit

Permalink
Updated field help text to clarify usage of Schedule calc mode
Browse files Browse the repository at this point in the history
#3
50
  • Loading branch information
Andrew Fawcett authored and Andrew Fawcett committed Feb 19, 2017
1 parent 393b2ce commit 2e746b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rolluptool/src/objects/LookupRollupSummary2__mdt.object
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<deprecated>false</deprecated>
<externalId>false</externalId>
<fieldManageability>DeveloperControlled</fieldManageability>
<inlineHelpText>Realtime mode requires an Apex Trigger to be deployed for the Child Object. Click Manage Child Trigger button to deploy.</inlineHelpText>
<inlineHelpText>Realtime and Schedule modes require an Apex Trigger to be deployed for the Child Object. Click Manage Child Trigger button to deploy.</inlineHelpText>
<label>Calculation Mode</label>
<length>32</length>
<required>false</required>
Expand Down
2 changes: 1 addition & 1 deletion rolluptool/src/objects/LookupRollupSummary__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<fullName>CalculationMode__c</fullName>
<deprecated>false</deprecated>
<externalId>false</externalId>
<inlineHelpText>Realtime mode requires an Apex Trigger to be deployed for the Child Object. Click Manage Child Trigger button to deploy.</inlineHelpText>
<inlineHelpText>Realtime and Schedule modes require an Apex Trigger to be deployed for the Child Object. Click Manage Child Trigger button to deploy.</inlineHelpText>
<label>Calculation Mode</label>
<picklist>
<picklistValues>
Expand Down

0 comments on commit 2e746b0

Please sign in to comment.