Skip to main content
I created a process to check/uncheck a Red Flag box upon certain conditions but I'm receiving this error regarding a field - TFN - that isn't referenced at all anywhere. The validation is that it has to be unique and unfortunately that field is part of a managed package and I can't touch it. I'm not sure why it's being triggered.

 

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 件の回答
  1. 2016年2月16日 7:09
    @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. 
0/9000