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
Rajesh BhoirRajesh Bhoir 

Build a Battle Station App- Step4 Add Business Logic

For Build a Battle Station App, Step 4- Add Business Logic  I got the below error in my old org.As per the guidelines in forum I tried the exercise in new org and verified it ,but still getting the same error.Error id is JKZPBJRG , can anybody suggest what's the issue

User-added image
Parker EdelmannParker Edelmann
Hello Rajesh,

I'm not exactly sure what's causing the error here, but most often, errors occur because of the validation rule. For some odd reason, they don't check to see if it works, but simply if you copied and pasted the formula. Try this:
AND(Name = "Exhaust Port Inspector", Utilization__c < 1.5)
I'm not a part of Team Trailhead, so I can't verify this, but I'm pretty sure that the error Ids are almost meaningless. Let me know what happens with the Validation Rule. If you still get an error, we'll try tinkering with the Process.

Thanks,
Parker
Rajesh BhoirRajesh Bhoir
Thanks Parker for your guidance, I updated the validation rule and verified the exercise but still I got the same error. I created a new developer environment and  performed all the activities & this time I was lucky to get through challenge.

Also thanks to the forum, discussion points are really helpful.
 
Regards,
Rajesh
 
sairam v 9sairam v 9
Error image
I tried with my developer id i am geeting this error.validation rule