Max length field

Hi all ,
how can i set max length of doctype field ?

It is not configurable for now. Can you please elaborate your use-case?

first of all
thank you for your response
secondly , i`m from Egypt and i want to make int field with title National Id
which is 14 char
So
1- i can not make it unique with int
2- system tell me that the NID with 14 char is out of range when i make it int
3- i can not make field max length to prevent user from inserting more than 14 char

finally thank you : :slight_smile:

Try to use length field for limiting character fields length.

1 Like

thank you very much
it works with Data (Data type) but does not appear with int