<turbo-stream action="update" target="wiki_card"><template>
<h1>E2120 Field Integrity Exception</h1>
<p>This Salesforce error occurs when a field value does not meet the integrity constraints set by Salesforce.<br><br><strong>E2120 - ECE_SForceDataError: We got an error back from SalesForce when trying to update or insert data in SalesForce: Error returned from SFDC on upsert: [fields: Quote__c , message: Quote: id value of incorrect type: 0014J00000yrgTMQAY , statusCode: FIELD_INTEGRITY_EXCEPTION].</strong></p><p>Common causes:&nbsp;</p><ul><li>Trying to insert a value that violates a field's <strong>picklist</strong> constraints.</li><li>Assigning an incorrect <strong>record type ID</strong> that is not valid for the object.</li><li>Using a <strong>wrong reference ID</strong> in a lookup field (e.g., setting an Account ID that doesn't exist).</li></ul><p>Make sure you are importing the correct records to the correct objects. A quick check you can do is by reviewing the first few characters of the Id e.g. 001, 003. For standard objects, the prefixes will always be the same e.g. 001 is an Account record and 003 is a Contact record. There is also a list of the most common <a href="https://www.salesforceben.com/salesforce-object-key-prefix-list/">Standard Object Salesforce Prefixes</a>.</p><p>In this case, the object type is incorrect because the object prefix is 001 and that belongs to accounts instead of the actual quote.</p>
</template></turbo-stream>

<turbo-stream action="replace" target="meta_description"><template><meta content='E2120 Field Integrity Exception' id='meta_description' name='description'></template></turbo-stream>
<turbo-stream action="replace" target="meta_keywords"><template><meta content='E2120 Field Integrity Exception Salesforce Data Error' id='meta_keywords' name='keywords'></template></turbo-stream>
<turbo-stream action="update" target="meta_title"><template>E2120 Field Integrity Exception - MyRapidi Wiki</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
