You need to sign in to do that
Don't have an account?
Using Basic Logic in Checkbox Formulas
Admin Advanced > Advanced Formulas > Using Basic Logic in Checkbox Formulas
The formula I used is:
The error code I get is:
"Hey McFly, unless you are planning to go back in time, please update your close date"
Trialhead is giving the error:
When I test it out myself, it's working as expected. Any ideas on what it could be?
The formula I used is:
NOT(IsClosed) && (CloseDate <= (Today() - 1))Also tried:
AND(NOT(IsClosed),(CloseDate <= (Today() - 1)))
The error code I get is:
"Hey McFly, unless you are planning to go back in time, please update your close date"
Trialhead is giving the error:
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.
The validation rule does not reference the 'IsClosed' and 'CloseDate' fields correctly. Take a look at the requirements again.
When I test it out myself, it's working as expected. Any ideas on what it could be?
Jeff Douglas
Trailhead Developer Advocate
All Answers
I'm stuck on this part as well. Recreated the formula many times, did tests on Opportunity records, but no success. I feel sorry for my wasted time on trying to fix something which is apparently a bug.
Please fix this.
Jeff Douglas
Trailhead Developer Advocate
!
Today is 06 December 2016 and I am trying to complete this. I have tried several different ways to complete this and even looked on here at some of your examples and am gettign the same error regardless. Someone help please?
"There was an unhandled exception. Please reference ID: (Random 8 Character Code each time). Error: ArgumentError. Message: bad argument (expected URI object or URI string)"
Thank you in advance!
Hands-on challenge :
Write a validation rule to ensure that an opportunity can only be created if its CloseDate is today or later.
The formula I used is:
AND(NOT(IsClosed) && CloseDate < TODAY())
Trialhead is giving the error:
Challenge not yet complete
We tried to create an opportunity with tomorrow as the CloseDate, but we couldn’t. Make sure the validation rule fires only when the CloseDate is in the past
I am wondering Why it is giving me such error.I tested this validation rule by entering close date greater than today in Opportunity,and its works fine there! then why trialhead is giving me this error.
Please help!
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.