[SalesForce] Field Reference in update record of process builder is not working in deployed Org

I have a process builder which update the record of object A on creation or updation of record of object A. The field which I am updating text field. In process builder, I am populating its value with field reference. The reference field has a master relationship with object B which again has master relation with object C.Like customB__c.customC__c.name. This reference is updating the field in org where it is created but it is giving an error (The record couldn’t be saved because it failed to trigger a flow) if we deploy it into another org through a managed package.
On another hand, if I am trying to implement this procedure using Formula instead of Field Reference. It will work in the same org as well as in deployed org.

Best Answer

Please make sure to put the null check for the Lookup field and also check the FLS for the Used fields that are being referred in the process.