The SELF_REFERENCE_FROM_TRIGGER error in Salesforce Apex indicates that a Data Manipulation Language (DML) operation has attempted to update or delete a record that is already being processed by an active trigger. This creates a circular reference that Salesforce prevents to maintain data integrity. This error is common in orgs with complex trigger architectures involving multiple objects with interdependent automation.
The SELF_REFERENCE_FROM_TRIGGER error occurs when an Apex DML operation conflicts with an already-in-progress DML event on the same record. This article covers two common patterns that cause this error.
A direct operation occurs when:
An indirect operation occurs when a chain of automation creates a conflicting update. For example:
In this scenario, Object A is being updated indirectly via the trigger chain. This generates the SELF_REFERENCE_FROM_TRIGGER error because Object A is already mid-transaction.
000385060

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.