Page 1 of 1
Form is not saving without approver permission?
Posted: 29 Jul 2016
by Dan_C
Hello -
There seems to be some kind of conflict between forms designer and a list with create/edit own items permission.
If I remove the forms designer form I can create an item as a user not in the approver group, but if I have the forms designer form I can't save unless the user is in the approver group.
Re: Form is not saving without approver permission?
Posted: 29 Jul 2016
by Dan_C
I believe it has to do with people picker... I have the field set to only pick from a particular group (the approvers) and this apparently causing some sort of error in forms designer if the user creating the form is not also in the approvers group...
I'm seeing a message:
"The control is not available because you do not have the correct permissions." on the people picker field I have limited to select only from the approvers group...?
Re: Form is not saving without approver permission?
Posted: 01 Aug 2016
by Dmitry Kozlov
Hi,
We will try to reproduce the issue. For now, could you try to switch the people picker field into the server side rendering mode: in Forms Designer set Render property of the field in Server.
Re: Form is not saving without approver permission?
Posted: 01 Aug 2016
by Dan_C
That looks like it will resolve it and can be okay when used in combination with fd.field('Internal Name').control()._el().find('a:eq(0)').click();
Would still much prefer to use the client version though if you all can resolve that issue quickly.
Re: Form is not saving without approver permission?
Posted: 02 Aug 2016
by Dmitry Kozlov
We have created a list that requires approval, added a user to the Members group, and created an item with a custom form containing a people picker field without any issues. Could you provide a bit more detail on how to reproduce the issue?
Re: Form is not saving without approver permission?
Posted: 02 Aug 2016
by Dan_C
Change the people picker field to allow selection only from the approvers group in SP. Then try to create an item in the list as a member who is not part of the approver group.
Re: Form is not saving without approver permission?
Posted: 03 Aug 2016
by Dmitry Kozlov
I got the same message even in a default form: The control is not available because you do not have the correct permissions.
Go to the Site settings -> People and Groups -> Approvers -> Settings -> Group settings. Set 'Who can view the membership of the group?' to 'Everyone'.
Re: Form is not saving without approver permission?
Posted: 04 Aug 2016
by Dan_C
Okay - that is working.
I did try with "server" render version of people picker without giving everyone the ability to see members of the group and didn't encounter the error but that is an issue outside my concern for now, giving everyone the ability to see the members did resolve the issue. Thank you.