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

errro at step 4: battle station trail head "The validation rule does not appear to have the correct error formula. Make sure Exhaust Port Inspectors have > 150% utilization' Note: you may run into errors if you've skipped previous steps"
Battle Station Trailhead -Step 4:Ad business logic
"Step Not yet complete... here's what's wrong:
The validation rule does not appear to have the correct error formula. Make sure Exhaust Port Inspectors have > 150% utilization'
Note: you may run into errors if you've skipped previous steps"
"Step Not yet complete... here's what's wrong:
The validation rule does not appear to have the correct error formula. Make sure Exhaust Port Inspectors have > 150% utilization'
Note: you may run into errors if you've skipped previous steps"
All Answers
Please compare your validation rule with task screen shot
Please let us know if this will help you
I have the same problem and I used the same formula really don't know what's the problem
The check is looking for some specific strings in the formula. The best best is to copy and paste the formula exactly from the unit. It's not case sensitive.
AND(Name = "Exhaust Port Inspector", Utilization__c < 1.5)
Jeff Douglas
Trailhead Developer Advocate
Step Not yet complete... here's what's wrong:
An update to a Battle Station record with Weapon Status of 'Fully Operational' failed to post a Chatter message to the record. Make sure that the process is configured correctly and that it is activated.
Note: you may run into errors if you've skipped previous steps.
While spaces do not matter in formulas (which is why the rule works perfectly) the logic in Trailhead that checks the work is very fussy about spaces. If I want the points, I must make it match what the check is looking for.
If you want to send me (jdouglas@salesforce.com) your Trailhead Playground or Developer Org username and password, I'll log in and take a peek for you. Please include the URL of the unit you are having problems with for reference. Thanks!
Jeff Douglas
Trailhead Developer Advocate