function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Crystal ZhuCrystal Zhu 

SuperBadge: Lightning Experience Specialist ( challenge #6)

Hi Team, 
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: Update failed. First exception on row 0 with id a006A000001o8bbQAA; first error: CANNOT_EXECUTE_FLOW_TRIGGER, The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 3016A000000PMkA. Flow error messages: An unhandled fault has occurred in this flow
An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information. Contact your administrator for help.:

I checked with debug logs when challenge tries to test my work. It is :
FLOW_ELEMENT_ERROR The flow tried to update these records: null. This error occurred: FIELD_INTEGRITY_EXCEPTION: field integrity exception: TotalPrice (total price must be specified). For details, see <a href='https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_concepts_core_data_objects.htm#'>API Exceptions</a>.|FlowRecordUpdate|myRule_1_A1

I am stuck with this error from long time.
 
Many thanks for your advice!
Best Answer chosen by Crystal Zhu
Crystal ZhuCrystal Zhu
I have configured Deposit__c as a required field on Fulfillment. It worked!