
I am trying to complete this challenge and am getting the following error message:
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: REQUIRED_FIELD_MISSING, Required fields are missing: [Discount_Percent__c]: [Discount_Percent__c]
The challenge doesn't ask for Discount Percent. My validation rule is If ( NOT(IsClosed__c) , CloseDate < TODAY() -1, false) and it works.
Please help.
Thank you
5 respuestas
Hi Jared,
Go to Setup -> Opportunity -> Fields.
Click on Edit for "Discount Percent" field.
Uncheck the "Required" checbkox.
Save.
Try again now.
