private/xml/fetchCloudAccount.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" /> <filter type="and"> <filter type="or"> <condition attribute="mw_name" operator="eq" value="63857.test" /> </filter> </filter> </entity> </fetch> |