I am trying to fetch records from CRM entity with restapi
But i am not finding any way to perform group by dates and to filter records and keep the one with latest creation date.
$select=_aga_availabilityprofile_value,_aga_requireduser_value,_aga_assignedtoteam_value,scheduledend,scheduledstart,activityid&$filter=_regardingobjectid_value eq null and (statecode eq null or statecode eq 0)&$orderby=scheduledstart asc
i tried using fetch xml also but for date fields it is giving error
Can anyone help me.
*This post is locked for comments
I have the same question (0)