You need to sign in to do that
Don't have an account?
RAMANJINEYULU GOGULA
I am unable to proceed with trailhead question
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: [ContactField__c]: [ContactField__c]
Getting above error..while submitting an assignment.
Question: Create a rollup summary field that determines the potential value of the opportunities associated with an account.
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: [ContactField__c]: [ContactField__c]
Getting above error..while submitting an assignment.
Question: Create a rollup summary field that determines the potential value of the opportunities associated with an account.
1.The ContactField__c Field is required on the object on which you're creating the roll-up summary field.
Go to the Setup-->Create-->Objects-->Select the Object on which you've created the ContactField__c field-->Edit the ContactField__c field and uncheck the required checkbox-->Save.
2.Try deleting/inactivate all you flows/triggers and validation rules on Account object .
Hope this helps you!
Best regards,
Jyothsna
1) Field can required on Field level. Edit field and remove required checkbox
or
2) Check you have any validation rule or trigger which is marking that field as required. Then please deactivate and try again
Let us know if this will help you
Thanks
AMit Chaudhary
ContactField__c Field is required either through validation rule, trigger or page layout. Please make sure to deactivate the validation rule/trigger on both the account and Opportunity objects and/or deselect the required checkbox on ContactField__c Field when you check the challenge.
Can you please double check that your Developer Edition Org does not have any namespaces setup in it?Trailhead does not support namespaced DE Orgs and so if you have a namespace registered for the DE Org, you'll need to sign up for a new one and complete this module there.
Let us know if this will help you.
Best Regards,
Jyothsna
I am having folowing issue with completing my trailhead 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: [First_Name__c, Last_Name__c]: [First_Name__c, Last_Name__c]
Highly appreicate response.
Reagrds,
Jaladhi Bhatt
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: [First_Name__c, Last_Name__c]: [First_Name__c, Last_Name__c]
Please help
For First Name:
Go to Object Manager->Select Your Object->Select First Name->Edit-> Uncheck "Always require a value in this field in order to save a record" and Click Save.
For Last Name:
Go to Object Manager->Select Your Object->Select Last Name->Edit-> Uncheck "Always require a value in this field in order to save a record" and Click Save.
Hope this Helps!
If you have any doubts, reply to this conversation.
Thanks saiAkash,
It worked for me..