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
Smriti Rajkarnikar 10Smriti Rajkarnikar 10 

stuck on mudule 2

I am trying to solve this chalange:
Create an approval process that validates when a Prospect Account becomes a Customer.

I think I have done every steps correctly but still getting this error:

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Value should be number: [SLASerialNumber__c]

I have tried this in 3 different developer page but still getting the same error
Best Answer chosen by Smriti Rajkarnikar 10
Amit Chaudhary 8Amit Chaudhary 8
It look like you created some validation rule for "SLASerialNumber__c" field . Please deactivate the same and try again.
 

All Answers

Amit Chaudhary 8Amit Chaudhary 8
It look like you created some validation rule for "SLASerialNumber__c" field . Please deactivate the same and try again.
 
This was selected as the best answer
Smriti Rajkarnikar 10Smriti Rajkarnikar 10
Hello Amit Yes you were right. Thank uou so much for your help. Regards Smriti