Skip to content

Commit

Permalink
Updated the description and inlineHelpText for the Private__c field a…
Browse files Browse the repository at this point in the history
…fter Doc review
  • Loading branch information
joy-sfdo committed Aug 28, 2017
1 parent 9610f2e commit fa8e014
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 any Individual account processing. If account left blank, it will remain blank.</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 any Individual account processing. If account left blank, it will remain blank.</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 fa8e014

Please sign in to comment.