Hi, I am building a suitelet that is doing a save ...
# suitescript
c
Hi, I am building a suitelet that is doing a save search and I am getting an error with the memo field
Error: EXCEEDED_MAX_FIELD_LENGTH: The field cuspage_line_memo contained more than the maximum number ( 300 ) of characters allowed.
If this is the exceeds the max length, why is the user to enter that memo in the field? I ran a save search with the same data and there are about 11 SOs that have a memo that exceeds 300 characters.
b
Pick the serverWidget.FieldType from the Table of Custom Field Type Descriptions that matches your requirements best
c
oh duh, I thought I had to keep it as text, but TextArea seems to work.
thank you