Hey all,
I've got a form and I wanted a feature to only allow a user's line manager to be able to submit the form to the SharePoint List or Library.
All the users are listed in Active Directory, so maybe it could look at the users job title or whether the user has any direct reports?
So a user files out the form, when the submit button it checks if the user is a manager or has any direct reports, if they are/do, the form is submitted to the list.
I get the feeling if this can be done it will require some coding which is fine.
Is this possible?