I have done everything as written, everything works, and still the following message appear:
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: [Suggestion_Category__c]:
Impossible for me to identify the issue.
Thanks for helping!
Hi @Ignacio Ema It sounds like the validation is attempting to create a record, but it's not able to because there is an unexpected required field: Suggesion Category.
I would go to your Object Manager and go into that field and uncheck the Required checkbox on that Suggesion Category.
Additionally, if you have any validation rules that are set to make Suggesion Category required, I would consider reviewing them, or temporarily deactivating them so that they don't interfere with the verification.
Finally, if none of that seems to do the trick, could you share the link to which trailhead module you're on
Check the below links for more information
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8g0dSABhttps://developer.salesforce.com/forums/?id=9060G0000005kUIQAYThanks,