<turbo-stream action="update" target="wiki_card"><template>
<h1>E2120 Field Custom Validation Exception</h1>
<div>This error isn't coming from a Salesforce restriction, rather from a custom validation rule which has been created in your unique instance. Here is an example:<br><br><br></div><p><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 update: [message: The Invoice Street is too long to transfer to Nav. Please edit the Invoice Street field to 50 characters or less. , statusCode: FIELD_CUSTOM_VALIDATION_EXCEPTION ] , Data sent: sObjects: [type: Account , Id: 0011t00000WaIWXAA3 , Navision_Invoice_Name__c: The Working Group</strong><br><br></p><div>This error message will indicate that, while inserting or updating a record, it fails to meet the rule of a validation rule that has been set up on that particular field. You would need to check that the data which is being inserted into Salesforce will have the correct length and format. <br><br>Another option is to use the ##COPY formula and take only the first 50 characters from the source field: ##COPY("Invoice Street",0,50). <br>Check this formula and others <a href="https://wiki.myrapidi.com/wiki/formula" data-turbo="true" data-turbo-stream="true" data-controller="wiki" data-action="wiki#updateUrl">here</a>.<br><br><br></div>
</template></turbo-stream>

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