You need to sign in to do that
Don't have an account?
LanceCresswell
Using Today in Workflow Rule Criteria
Hi,
How do I get a workflow rule to fire when I have criteria such as...
(Account: Activation DateEQUALSTODAY) AND (Account: Provider StatusEQUALSInactive)
and for it to evaluate when...
Evaluate the rule when a record is created, and any time it’s edited to subsequently meet criteria
It needs to perform a field update to make the Provider Status Active whenever Today matches the Activation Date. The rule is active and I thought this would work but it doesn't seem to be.
I was hoping not to have to write code for it.
Any ideas on the matter would be appreciated.
Regards
Lance Cresswell
How do I get a workflow rule to fire when I have criteria such as...
(Account: Activation DateEQUALSTODAY) AND (Account: Provider StatusEQUALSInactive)
and for it to evaluate when...
Evaluate the rule when a record is created, and any time it’s edited to subsequently meet criteria
It needs to perform a field update to make the Provider Status Active whenever Today matches the Activation Date. The rule is active and I thought this would work but it doesn't seem to be.
I was hoping not to have to write code for it.
Any ideas on the matter would be appreciated.
Regards
Lance Cresswell
Will you please try using TODAY().
Thanks,
Pratik
Error: Invalid date (Valid date format 07/10/2014)
Regards
Lance
If the field is datetime then just use TODAY. It should work.
Thanks & regards,
Pratik
What do you suggest?
Yes, you don't need to change. Just try using the "TODAY" and save the workflow. Activate the workflow and test it with sample data and let me know if any issues.
Thanks,
Pratik
Regards
Lance
As the "Evaluation Criteria" say "Created, and any time it's edited to subsequently meet criteria" ; so the workflow will only get fired when your "Activation Date matches Today' and that day the record is edited/updated.
That is the reason it's not working in the current scenario.
This will need to code which will check the date on the daily basis.
Thanks,
Pratik
Thanks for you help.
Regards
Lance