You need to sign in to do that
Don't have an account?

Workflow Rule:Targer Date greater than today
Hi,
I am trying to create Workflow rule where Target Date greater than Today()
but it is giving me an error Error: Invalid date (Valid date format 11/14/2013)
Target Date is the field with Date Type.
Can anyone tell me how to resolve this error
did you give today or today()......just give today
All Answers
did you give today or today()......just give today
You can't do this through the UI where you have the workflow criteria based on a relative date like "today". If this is something applicable to all records you could have a workflow run on all new records (on insert) and then have a time trigger on the workflow, based on the Target Date.
Thanks a lot!