Monday, 26 July 2021

Servicenow table with integer column over 10bits automatically becomes 2,147,483,647 because maxium length does not work

 https://community.servicenow.com/community?id=community_question&sys_id=0f19379c1bea4c50ada243f6fe4bcb2b

Solution : 

for integer type field max length wont work. 

 

 

change it to string and then you can apply the limit here. and as well as you can write script here to add only numeric value on that field. 

script has been mentioned on thread which i have provided. 

No comments:

Post a Comment