I would like to know how can i restrict certain user from editing the form. For eg, if the form status = "closed", only the Manager access is allowed to edit. If the form status = "open", everybody can edit. This is what i have written for the access formula but it doesn't work.
Type : computed
Formula : @if( status = "closed"; "manager";role)
* role: i have a computed text to indicate the type of access the user is holding.
please advise.
Type : computed
Formula : @if( status = "closed"; "manager";role)
* role: i have a computed text to indicate the type of access the user is holding.
please advise.