AX 2012 Forms

Hi all,

I have a new form let say i enter field ‘serial ID’ it should be uneditable once entered even though there is a mistake it should be deleted and new record should be inserted…

i tried to make allow edit ->NO in DS & form design level as well but the problem in doing so is new record cannot be inserted

If you can do it at table-level, set AllowEdit = No and AllowEditOnCreate = Yes. That’s the usual way to do that.

thanks martin … exactly it is