private/xml/all_contactfromcompany.xml
|
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="contact"> <attribute name="fullname" /> <attribute name="telephone1" /> <attribute name="jobtitle" /> <attribute name="contactid" /> <attribute name="parentcustomerid" /> <attribute name="address1_line1" /> <attribute name="winvs_location" /> <attribute name="mobilephone" /> <attribute name="gendercode" /> <attribute name="emailaddress1" /> <order attribute="fullname" descending="false" /> <link-entity name="account" from="primarycontactid" to="contactid" alias="ae"> <filter type="and"> </filter> </link-entity> </entity> </fetch> |