有人知道如何防止用户在设计模式下编辑InfoPath表单吗?用户在SharePoint中存储InfoPath表单,似乎任何人都可以在设计模式下编辑表单,我们需要能够锁定该模式。
发布于 2009-06-18 20:41:46
阻止这种情况发生的唯一方法是将表单模板发布到他们无权访问的地方。我通常将它们发布到顶层站点的“表单模板库”,并通过这种方式锁定访问权限。
编辑:为了澄清,用户不能打开以前保存的表单并以这种方式编辑模板。他们必须能够拿到物理的“表单模板”,这是你必须锁定的。
发布于 2009-10-08 05:26:36
有一个组策略项,您可以禁用“设计”按钮。
看看这个infopath 2003 Pashman's InfoPath Goldmine的博客吧
对于Infopath 2003
User Configuration
Administrative Templates
Microsoft Office InfoPath 2003
Miscellaneous
Disable InfoPath Designer Mode对于Infopath 2007
Microsoft Security TechCenter
搜索:信息权限管理
User Configuration
Administrative Templates
Classic Administrative Templates (ADM)
Microsoft Office InfoPath 2007
Restricted Featureshttps://stackoverflow.com/questions/1014945
复制相似问题