Creating Field with Unique Value

Hi All,

I want one field that is Text field but once it is save cannot be change next time ( Non Editable after Saved). field is not to be unique.

@dineshpanchal432,

check the Set Only Once field property in doctype

Thanks, Makarand

2 Likes

@makarand_b

Where is that option ?? ( Set only Once )

Please attach screenshot.

Thank you :slight_smile: :slight_smile:

@dineshpanchal432,

Set Only once option is available in DocType.

Thanks, Makarand

@makarand_b

Actully Sorry but i didn’t getting you .
can you send me screenshot of that Check box ??

Makarand did posted a screenshot already

The “Set only once” option is only available when you are making a custom doctype. If you are not sure what a doctype is you need to read the manual or do searches in this forum. :slight_smile:

You might be able to satisfy your requirement by making your form submittable. Once a form is submitted it cannot be edited unless it is cancelled first.

but what i do when i want to make int field unique
???