function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Thibaud NavarreThibaud Navarre 

Error String Too Long

Hi all,

I'm getting this error when working on visualforce page :  first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, quotesync.QuoteLineSyncTrigger: execution of AfterUpdate caused by: System.DmlException: Update failed. First exception on row 5 with id 00kb0000035W8kLAAS; first error: STRING_TOO_LONG  [...] (max length=255): [Univers_Description__c] Trigger.quotesync.QuoteLineSyncTrigger: line 191, column 1: []

I can't understand why it's happening, indeed this field is a Long Text Area with a 5'000 length .. 

Does anybody has an idea about what could cause this error ? 

Thx,

Thibaud.

 

Amit Chaudhary 8Amit Chaudhary 8
Can you please post your code. Please let us know Univers_Description__c field mapped with which field ?