Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

String and Max length

yandp
Tera Guru

Hi all,

i have custom table with the field type as below

yandp_0-1693833968485.png

When i load data from excel to this table , the data for this this field only accepted 40 characters.
but when i manually input to the field, i am ok to save the data >40 characters.
what is the meaning of this max length? what is the relation?
if i need to increase number of character , how can i do it? changing the max length have any impact to existing data?

Please share with me any info how to resolve this. 
Thank you very much in advance. 

1 ACCEPTED SOLUTION

yandp
Tera Guru

Thank you for members help here.

i had resolved this case by referring to this. 
https://www.servicenow.com/community/developer-forum/easy-import-truncating-reference-field-value-to...

 

Set the field max length in the import table that help the case. Thank you so much.

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

It's advisable to consider Tony Barratt's approach; you can find his comment in the following link. https://community.servicenow.com/community?id=community_question&sys_id=5526cf61db1cdbc01dcaf3231f96...

@Community Alums 
Thank you for the help.

Best regards.

yandp
Tera Guru

Thank you for members help here.

i had resolved this case by referring to this. 
https://www.servicenow.com/community/developer-forum/easy-import-truncating-reference-field-value-to...

 

Set the field max length in the import table that help the case. Thank you so much.