Skip to content

Commit

Permalink
Updated the description and inlineHelpText for the Private__c field
Browse files Browse the repository at this point in the history
  • Loading branch information
joy-sfdo committed Aug 28, 2017
1 parent 75b73b7 commit 9610f2e
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 account left 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 account left blank, it will remain blank.</inlineHelpText>
<label>Private</label>
<trackFeedHistory>false</trackFeedHistory>
<type>Checkbox</type>
Expand Down

0 comments on commit 9610f2e

Please sign in to comment.