Validation
Contacts
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >
<entity name="contact" >
<attribute name="contactid" />
<attribute name="hsl_forecordid" />
<attribute name="fullname" />
<attribute name="firstname" />
<attribute name="lastname" />
<attribute name="emailaddress1" />
<attribute name="hsl_legacyid" />
<attribute name="hsl_id18salesforcelegacy" />
</entity>
</fetch>
Brand Preferences
Addresses
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >
<entity name="customeraddress" >
<attribute name="customeraddressid" />
<attribute name="line1" />
<attribute name="line2" />
<attribute name="city" />
<attribute name="postalcode" />
<attribute name="stateorprovince" />
<attribute name="country" />
<attribute name="hsl_dateofbirth" />
<attribute name="name" />
<attribute name="hsl_preferred" />
<attribute name="hsl_email" />
<attribute name="hsl_firstname" />
<attribute name="hsl_lastname" />
<attribute name="postofficebox" />
<attribute name="hsl_focustomernumber" />
<attribute name="hsl_forecordid" />
<order attribute="name" descending="false" />
<filter type="and" >
<condition attribute="hsl_focustomernumber" operator="not-null" />
</filter>
</entity>
</fetch>
LR export
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >
<entity name="contact" >
<attribute name="contactid" />
<attribute name="firstname" />
<attribute name="lastname" />
<attribute name="emailaddress1" />
<attribute name="hsl_forecordid" />
<attribute name="birthdate" />
<attribute name="hsl_activeclubmemberships" />
<attribute name="hsl_activeclubmember" />
<attribute name="address1_telephone1" />
<attribute name="address1_telephone2" />
<attribute name="telephone1" />
<attribute name="hsl_activeclubmemberships" />
<attribute name="hsl_customertype" />
</entity>
</fetch>
|