I am getting the below error. I have created "Quantity and Utilization" in Resource object.
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: [Quantity__c, Utilization__c]: [Quantity__c, Utilization__c]
4 Antworten
Hi Arun,
You can configure your objects like below!
Maybe you have made some mistakes with configuration of different objects!
Quantity and Utilization field are required in Resource Object
Hope it helps :D