private/xml/fetchCloudAccountsFromCustomer.xml
|
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="mw_cloudaccount"> <attribute name="mw_name" /> <attribute name="mw_type" /> <attribute name="mw_end" /> <attribute name="mw_begin" /> <attribute name="mw_customerid" /> <attribute name="mw_password" /> <attribute name="mw_contact" /> <attribute name="mw_loginname" /> <attribute name="mw_cloudaccountid" /> <attribute name="mw_firstname" /> <attribute name="statecode" /> <attribute name="mw_lastname" /> <attribute name="mw_description" /> <attribute name="createdon" /> <order attribute="mw_name" descending="false" /> <link-entity name="mw_customer" from="mw_customerid" to="mw_customerid" alias="ad"> <filter type="and"> <filter type="or"> <condition attribute="mw_customerid" operator="eq" value="02a5ce18-9c1a-e111-b5b4-00155d821101" /> </filter> </filter> </link-entity> </entity> </fetch> |