Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<fetch version="1.0" output-format="xml-platform" mapping="logical" aggregate="true">
  <entity name="systemuser">
    <attribute name="fullname" />
    <attribute name="systemuserid" />
    <order attribute="fullname" descending="false" />
    <filter type="and">
      <condition attribute="isdisabled" operator="eq" value="0" />
    </filter>
    <link-entity name="opportunity" from="createdby" to="systemuserid" alias="ak" link-type="outer">
    <attribute name="opportunityid" alias="count" aggregate="count" />
      <filter type="and">
        <condition attribute="createdon" operator="last-month" />
      </filter>
    </link-entity>
  </entity>
</fetch>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900