As the title suggested, does anyone have an idea on how to restrict an InfoPath view based on a user or group?
For example, User A can only see the Submission View. I’m not sure if restricting a View based on a User or a Group is easier but I’m open for suggestions.
By the way I found this article here. Specifically the second answer and second link. I based on my UserProfileService URL I did not have the GetUserCollectionFromGroup method to complete the tutorial.
Any help would be appreciated.
Hi Jason,
I have seen the article to accomplish the task. I have one issue that prevents me from finishing the article.
The problem is that when I use the url to my UserGroup.asmx for example (https://contoso.com/_vti_bin/UserProfileService.asmx), the method GetUserCollectionFromGroup is not available for me to choose from.
The method GetUserProfileByName method is available to choose from but GetUserCollectionFromGroup method is not available.
Is there another method I can use? Should I try and use a different url to my UserGroup.asmx and see if it yields the method I need?