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
Ashish PWPAdminAshish PWPAdmin 

Field Integrity Exception Validation while trying to update Work order line item

I am trying to update the Work Order Line Item as DONE but I am getting a validation error as

 

The flow tried to update these records: 0WO8b000000r5qnGAA. This error occurred: CANNOT_EXECUTE_FLOW_TRIGGER: We can't save this record because the “NTWSM Work Order Last Completed Step Updated” process failed. Give your Salesforce admin these details. This error occurred when the flow tried to update records: FIELD_INTEGRITY_EXCEPTION: The Start Date must be equal to or earlier than the End Date.: Start Date

 

There is no such custom vaidation rule written and its not allwoing us to makr this Item as Done even though we are putting End Date greater than Start Date

Any workaround to bypass this and update it


Work order not getting marked as Done

VinayVinay (Salesforce Developers) 
Hi Ashish,

Can you check flows in your org?

Thanks,
Ashish PWPAdminAshish PWPAdmin
NTWSM Work Order Last Completed Step Updated , as visible in the error log this is a Process Builder which is getting triggered but there is no such Validation in this PB