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
Mars RoverMars Rover 

Can anyone explain what is 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: Update failed. First exception on row 0 with id 0012800000vRs6sAAC; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Account Number is not numeric.: [AccountNumber]
Best Answer chosen by Mars Rover
Prosenjit Sarkar 7Prosenjit Sarkar 7
Hi Mars, 

Some how may be from a apex class or trigger you are inserting an Account whose AccountNumber has set with a non numeric value. There is avalidation in your org to prevent users put a non numeric value in AccountNumber field. Let me know when your are facing this error ?

Thanks, 
Prosenjit

All Answers

Prosenjit Sarkar 7Prosenjit Sarkar 7
Hi Mars, 

Some how may be from a apex class or trigger you are inserting an Account whose AccountNumber has set with a non numeric value. There is avalidation in your org to prevent users put a non numeric value in AccountNumber field. Let me know when your are facing this error ?

Thanks, 
Prosenjit
This was selected as the best answer
Amit Chaudhary 8Amit Chaudhary 8
Hi Mars,

Do you have any validation rule on "AccountNumber" field ? IF yes then please deactivate the same and try again