Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<add type="System.String" name="Country" customProviderData="S4S|MailingCountry|String"/>
<add type="System.String" name="City" customProviderData="S4S|MailingCity|String"/>
<add type="System.String" name="BirthDate" customProviderData="S4S|CreatedDate|DateTime"/>
<add type="System.String" name="DoNotEmail" customProviderData="S4S|IsDeleted|Boolean"/>
<add type="System.String" name="UserAccountId" customProviderData="S4S|AccountId|String" readOnly="true" />  <!-- Person Accounts only: addAdd the readOnly attribute to prevent S4S from writing back to Salesforce if Person Accounts is turned on --> 

The above list of properties are an example. The list can be expanded with other properties as perĀ Adding Profile Properties.

...