Bulk CRM Query – DateTime Criteria
I’m trying to pull back all CRM accounts where a custom field is in the past.
My Expression is pointing to the rlevant field but I can’t figure out how to set the Criteria to now.
I’ve tried:
< DateTime.Now
and:
< DateTime.Now.ToString(‘MM/dd/yyyy’)
but neither work
My Expression is pointing to the rlevant field but I can’t figure out how to set the Criteria to now.
I’ve tried:
< DateTime.Now
and:
< DateTime.Now.ToString(‘MM/dd/yyyy’)
but neither work
Answers