Answered by:
CRM workflow If condition?

Question
-
Hi All,
is there any possibility to run a workflow by checking the date.
(Eg) Date field contains (2/20/2013) and today date is
(2/20/2013) so i need to trigger a mail for specific user.
Is there any possibility to send mail like this with the help of workflow. if so please guide me.
I configured CRM 2011 with Outlook..
Wednesday, February 20, 2013 5:14 AM
Answers
-
There are two options:
1- Workflow created on an event such as create of the entity. In this case you could place a wait condition util the date you want. Then it sends email at the date you want.
2- Use the workflow automation solution. You could schedule running of the workflow for specific dates.
If the answer helped you, remember to mark it as answer.
- Proposed as answer by Payman BiukaghazadehEditor Wednesday, February 20, 2013 5:45 AM
- Marked as answer by Payman BiukaghazadehEditor Sunday, April 21, 2013 2:34 PM
Wednesday, February 20, 2013 5:45 AMModerator
All replies
-
There are two options:
1- Workflow created on an event such as create of the entity. In this case you could place a wait condition util the date you want. Then it sends email at the date you want.
2- Use the workflow automation solution. You could schedule running of the workflow for specific dates.
If the answer helped you, remember to mark it as answer.
- Proposed as answer by Payman BiukaghazadehEditor Wednesday, February 20, 2013 5:45 AM
- Marked as answer by Payman BiukaghazadehEditor Sunday, April 21, 2013 2:34 PM
Wednesday, February 20, 2013 5:45 AMModerator -
Hi,
It is possible to run a workflow based on the date using Check condition in that
eg:if(case Createdby equals select the date from the calendar).
then in the next stage select send mail and click on set properties and enter the details of the mail recevier.
- Proposed as answer by meenakshi Patnala Wednesday, February 20, 2013 9:51 AM
- Unproposed as answer by meenakshi Patnala Wednesday, February 20, 2013 9:51 AM
- Proposed as answer by Prudween Wednesday, February 20, 2013 11:21 AM
Wednesday, February 20, 2013 9:48 AM -
Use a Check Condition where the Execution Time of the workflow is equal to the Date field you want to check
Blake Scarlavai - http://mscrmdev.blogspot.com/ - Sonoma Partners - http://www.sonomapartners.com/ - Follow @bscarlav
CRM 2011 JavaScript Model Generator - CRM 2011 Appender for log4net- Proposed as answer by Blake ScarlavaiMVP Wednesday, February 20, 2013 2:25 PM
Wednesday, February 20, 2013 2:25 PM