Hello,
Is it possible to restrict certain fields in a library InfoPath form to only allowing certain users [Approvers and Created By] to edit?
For example,I would disable a status field in the form if the current user is not equal to the [created by] and the [approver], can I do that in InfoPath form ?
I did this:
-Created a TextBox name's: CurrentUser and In this text box appears the current user - It's Working
-In field date I created this rule: IF CurrentUSer different Requestor and filename is not blank - Disable this control -> It's working if I'm not the Requestor the date is disable
- After I add this to the rule created before: If currentUser different Approver and filename is not blank - Disable this control
So the rules now is:
IF CurrentUSer <>Requestor
or CurrentUser <>Approver
and filename is not blank - Disable this control -> It works but I am the Requestor and when I open the form after submitting the Data it continues Disable .. I am supposed to be able to edit the date. That is, only Requestor and Approver can edit the form after submitting.
What's is missing?