You need to sign in to do that
Don't have an account?
michelle emanuel 59
Using Basic Logic in Checkbox Formulas: error
I keep getting: Challenge Not yet complete... here's what's wrong:
The validation rule does not reference the 'IsClosed' and 'CloseDate' fields correctly. Take a look at the requirements again.
When I test the formula it seems to work as the requirements indicate yet it does not pass the validation from trailhead. Here is the formula: AND( NOT(IsClosed) , CloseDate < TODAY() )
It is placed on the CloseDate field.
The validation rule does not reference the 'IsClosed' and 'CloseDate' fields correctly. Take a look at the requirements again.
When I test the formula it seems to work as the requirements indicate yet it does not pass the validation from trailhead. Here is the formula: AND( NOT(IsClosed) , CloseDate < TODAY() )
It is placed on the CloseDate field.
Can you please explain the requirement?
Thanks,
Vinoth
I believe there is a bug in the trailhead based on some other threads i did find.
Jeff Douglas
Trailhead Developer Advocate
NOT( IsClosed ) && OR( CloseDate < TODAY() )