hi everyone - i am trying to figure out how to apply filter to OData call based on a date field. I am using the below to get all the data from purchase order lines where CONFIRMEDDELIVERYDATE >= today's date but i am getting "bad data request" error.
any idea how to get this to work?
xyzxyzxyzxyx.ax.dynamics.com/.../PurchaseOrderLines$filter=CONFIRMEDDELIVERYDATE ge now()&cross-company=true
*This post is locked for comments