RECORD UPDATE: myWaitEvent_myWait_myRule_1_event_1_SA1
Find all Employee_Event__c records where:
Id Equals {!myVariable_current.Id} (a2L6F000002U0PZUA0)
Update the records’ field values.
Red_Flag__c = true
Result
Failed to update records that meet the filter criteria.
Error Occurred: UPDATE --- UPDATE FAILED --- ERRORS : (FIELD_CUSTOM_VALIDATION_EXCEPTION) Duplicate TFN,
5 respostas
@Pruthvi Actually I can't find any validation rules on it. It might be in a trigger since there are a couple of managed triggers with hidden code that I can't see. How do I "Check for the System error message or for the apex validation"?
@Pritam You're correct that the unique field is on the same object but I'm not trying to update that field so I'm not sure why it's firing.