I have person form in NAB and it has "Employee ID " field. I want that the users of some specific groups should be able to edit that field else it should be only readable field.
suppose group names are ITSD_AM, ITSD_EMEA, ITSD_APAC, ITSD_FIN, ITSD_SWE .
Please can anyone help here? I want to put the formula in Input Enabled event of the field which is a Ediatble text field.
Subject: RE: Edit field if user is member of a gruop
hello,
Thanks a lot for your response.
I didn’t get how could this solve my problem. I created 1 role named [EmployeIDEditor] and a group #EmployeID_Edit and give that role to the group and then put a below formula in the “Input Enable” event of the form,
For Input Enabled formulas, like hide-when formulas, there is rarely a good reason to use @If. The formula is being used like the CONDITION clause of an @If; it will evaluate to @True if the condition being tested is true, @False otherwise.