Challenge not yet complete in Curious Bear Playground
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]
Challenge Requirement:
Another note: If you earned the Lightning Flow badge, check the Opportunity object in your Trailhead Playground to see if the Discount Percent field exists on the object. If it does, make sure that field isn't required. If the Discount Percent field is required, you can't pass this challenge.
Criteria 1:
Name: Closed Won and Banking
Conditions: Checks whether the opportunity's Stage is Closed Won AND whether the associated account's Industry is Banking
Associated action: Creates a task for the account owner to follow up on the account. For the due date, use this formula: TODAY() + 7. You can delete the Priority and Status fields.
Criteria 2:
Name: Closed Won
Conditions: Checks whether the opportunity's Stage is Closed Won
Associated action: Creates a draft contract for the closed opportunity's account
Both criteria nodes execute their actions only when specified changes are made to the record
The process is active
Kindly help me to complete the challenge
I am attaching the snap of all the steps what i have done to complete the challenge.
Step 1
Step 2
step 3
Step 4
Step 5
4 Antworten
Hi Sagir,
You might have created Discount Percent field for another challenge as required and it is causing this error. You need to edit this field and uncheck required checkbox.
Go to Setup --> Object Manager --> Opportunity/Contract(on which this field is available) --> Fields & Relationships --> edit Discount Percent --> uncheck Required checkbox and save