Switch view in the InfoPath form according to the whether current user is in SharePoint group admin

Some develop scenarios need to switch the view (list form which customized by InfoPath) according to the whether current user is in admin(SharePoint group).

This article will show you how to implement it.

Here are the steps:

1. Follow steps in these artcle to get the user info and IsAdmin value

http://blog.csdn.net/farawayplace613/article/details/8149167

http://blog.csdn.net/farawayplace613/article/details/8153989

 

2. Open the list form by InfoPath again

3. Create the admin view:

4. Design the admin view

Switch view in the InfoPath form according to the whether current user is in SharePoint group admin_第1张图片

 

5. Click the data tab, and click the form load, add one more rule, named "SwitchAdminView", then set the condition to IsAdmin equals Admin:

Switch view in the InfoPath form according to the whether current user is in SharePoint group admin_第2张图片

6. Click the Add action button and select switch view:

7. Select the View to Admin and click OK

8. Click quick publish button on the left top of the InfoPath designer

9. After it finish try to add one item in the list, you will see the defualt view, that because the current account is not in the Admin group(SharePoint group)

Switch view in the InfoPath form according to the whether current user is in SharePoint group admin_第3张图片

10. Add the current account into Admin group (SharePoint group), then try to add one item again, you will see the admin group

 

你可能感兴趣的:(Switch view in the InfoPath form according to the whether current user is in SharePoint group admin)