Search Posts

Dataverse bulk delete today records

<fetch version="1.0" mapping="logical">
  <entity name="cr98a_userinformation">
    <attribute name="cr98a_hkid" />
    <attribute name="createdon" />
    <order attribute="cr98a_hkid" descending="false" />
    <filter type="and">
       <condition attribute="createdon" operator="last-x-days" value="1" />
    </filter>
    <attribute name="cr98a_nameen" />
    <attribute name="cr98a_userinformationid" />
  </entity>
</fetch>

Leave a Reply

Your email address will not be published. Required fields are marked *