I need to retrieve some records in crm where today is between the records from and to date fields
I have used the following and it works, but it needs to be dynamic so it picks up whatever the value is in to and form.
<filter type="and"> <condition attribute="msdyn_from" value="2018-08-01" operator="on-or-after"/> <condition attribute="msdyn_to" value="2018-08-31" operator="on-or-before"/> </filter>
*This post is locked for comments