I have field in entity Quote
called new_date_expiration
(type = Date).
I want send email if new_date_expiration
equals date system in Microsoft dynamics CRM automatically.
any ideas?
thanks in advance.
I have field in entity Quote
called new_date_expiration
(type = Date).
I want send email if new_date_expiration
equals date system in Microsoft dynamics CRM automatically.
any ideas?
thanks in advance.
You can do this using the CRM Workflow Automation Tool combined with an on-demand workflow. The setup process is quite simple:
Expiration Date [equals] Today
.Once you have this configured, everyday at the specified time the results of the FetchXML query will be pulled and the provided workflow will be run against it. This effectively accomplishes exactly what you want without a bunch of timeouts.