您的位置:首页 > 运维架构

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

2012-11-14 18:11 666 查看
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



 

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



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)



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



 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐