function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Swati RaulSwati Raul 

Trouble finishing the Trailhead Challenge on Build a Battle Station App- Add Business Logic

Adding a Utilization Validation Rule and followed all the steps and checked applied the challenge on the App and it works fine without any error. But my problem is that when i click Verify Steps i get following error message because of which I am not able to complete my challenge and proceed further. Thank you in advance!
User-added image
 
Best Answer chosen by Swati Raul
Amit Chaudhary 8Amit Chaudhary 8
Please copy paste the formula from the task itself. Any Extra Space can create the issue.
AND(Name = "Exhaust Port Inspector", Utilization__c < 1.5)
Module :- https://developer.salesforce.com/trailhead/en/project/workshop-battle-station/battle-station-4


Please check below post for similer issue
1) https://developer.salesforce.com/forums/?id=906F0000000MIbcIAG
2) https://developer.salesforce.com/forums/?id=906F0000000D7d0IAC

Some suggestion from Jeff Douglas ( Trailhead Developer Advocate )

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)


Please let us know if this will help you

Thanks
Amit Chaudhary

All Answers

pconpcon
Can you please include the validation rule that you wrote?  Please inclued a screenshot of the validation rule page as well as copy / paste the contents of the rule into the post.

NOTE: When including code please use the "Add a code sample" button (icon <>) to increase readability and make referencing code easier.
Amit Chaudhary 8Amit Chaudhary 8
Please copy paste the formula from the task itself. Any Extra Space can create the issue.
AND(Name = "Exhaust Port Inspector", Utilization__c < 1.5)
Module :- https://developer.salesforce.com/trailhead/en/project/workshop-battle-station/battle-station-4


Please check below post for similer issue
1) https://developer.salesforce.com/forums/?id=906F0000000MIbcIAG
2) https://developer.salesforce.com/forums/?id=906F0000000D7d0IAC

Some suggestion from Jeff Douglas ( Trailhead Developer Advocate )

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)


Please let us know if this will help you

Thanks
Amit Chaudhary
This was selected as the best answer
Swati RaulSwati Raul
Hi Amit 

Strange but that did work :-) , thank you very much for your help. 

Best 
Swati
Juan Camilo CaicedoJuan Camilo Caicedo
I am having this issue can someone help me?
User-added image
Ana Martinez 6Ana Martinez 6
Hi, I have copied the formula but I continue having the same problem.. could you help?
 
J C 36J C 36
I have copied the formula and it still doesn't work. I have emptied browsers cache, closed browser, and reloaded. Not sure what more to do.
Build a Battle Station App- Add Business Logic - verify error can't find validation rule