Hello
I have a field “Date_cteated” I want to attribute for a user the right to modify this field How then I to make?
Thanks
Hello
I have a field “Date_cteated” I want to attribute for a user the right to modify this field How then I to make?
Thanks
Subject: Edit field with condition
If you need to control if a field is editable or not based on rules (e.g. Status of document, or user name) use the Input Enabled property of the field in the form. Create a formula that resolved as True (to let it be edited) or False (to make it read-only.)
Subject: RE: Edit field with condition
ok very good i use the input enabled property
Subject: Edit field with condition
you tell them to put the cursor in the field and start typing ?