Is there a cap on the length of integer fields?

Anonymous
Not applicable

Hi,

Does anyone know if there is a limit to the length? I think it is 255 characters but I want to be sure.

Thanks!

3 REPLIES 3
Justin_Cooperm2
Level 10

-2147483648 to 2147483647

SanfordWhiteman
Level 10 - Community Moderator

My bad, I meant to write "signed"...

SanfordWhiteman
Level 10 - Community Moderator

Max length doesn't apply to integer fields.

The max value is 2147483647 (32bit unsigned int max).