I'm working on this trailhead: https://trailhead.salesforce.com/content/learn/modules/advanced_formulas/numbers_formulas?trail_id=force_com_admin_advanced
The formula I used in the challenge is:
Data TypeFormula
Decimal Places0
3.14159* (Radius__c ^ 2) * Height__c
Which all seems correct, however, I'm getting the following message when trying to check the challenge:
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]
I have a Discount Percent field, but it shouldn't be needed for the challenge anyways. I don't know what I'm doing wrong and I've been trying to sort it out for about an hour and a half now.
3 Antworten
Hi Victoria,
You might have created Discount_Percent__c field for another challenge and now it is not required for this challenge.
You may go to field and uncheck Required checkbox
Go to Setup --> Object Manager --> Object --> Fields & Relationships --> Edit field "Discount Percent" and uncheck Required checkbox