I have 3 controlled sections on my form. Based on different conditions, certain users can edit them. Above the controlled sections however, are editable fields. I don’t want the controlled section people editing those fields. They are only to approved or decline the document.
Should I just put a “readers - computed” field on the doc?
I want the author to edit but it status = pending, only mgr can edit… @If(status = “Pending”; mgr; Author)
Also, I would put a Reader - computer field called admin and put the group admin in the access.
Is this the right way to do this?
Thanks.