Change field length in dictionary

Devi priyanka
Tera Contributor

I am experiencing an issue when trying to update the length of the 'Tech Remarks' field from 2000 to 250 characters. The field is a string type, but when i am trying to change the value, the value is cleared, and an error message is thrown. could you please advise an correct procedure to update the field length.

Devipriyanka_0-1743577903010.png

 

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@Devi priyanka 

it's correct OOB platform message.

There are records in your table in which that field contains data which is more than 100 characters, so system is not allowing you to do that and update the length as 100 or 250.

But why to change the field length?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Devi priyanka 

Thank you for marking my response as helpful.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Devi priyanka 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

J Siva
Tera Sage

Hi @Devi priyanka 
It's not advisable to reduce the field length.
As you can see in the error message, there are some records where that particular field value length is more than 250. That's why it's throwing the platform error messgae.

Regards,
Siva