Skip to content

Commit

Permalink
Merge pull request #70 from SalesforceFoundation/feature/joy-contact-…
Browse files Browse the repository at this point in the history
…help-text

Updated the description and inlineHelpText for the Private__c field
  • Loading branch information
jjbennett authored Aug 28, 2017
2 parents 75b73b7 + fa8e014 commit 9f6c3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/objects/Contact.object
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ if(ISPICKVAL(Secondary_Address_Type__c,"Other"),
<fields>
<fullName>Private__c</fullName>
<defaultValue>false</defaultValue>
<description>Excludes this Contact from One to One or Bucket account processing.</description>
<description>Excludes this Contact from any Individual Account processing. If you leave the Account field blank, it will remain blank.</description>
<externalId>false</externalId>
<inlineHelpText>Excludes this Contact from One to One or Bucket account processing.</inlineHelpText>
<inlineHelpText>Excludes this Contact from any Individual Account processing. If you leave the Account field blank, it will remain blank.</inlineHelpText>
<label>Private</label>
<trackFeedHistory>false</trackFeedHistory>
<type>Checkbox</type>
Expand Down

0 comments on commit 9f6c3fa

Please sign in to comment.