开发者

Survey Permissions to hide Action Bar in Sharepoint

开发者 https://www.devze.com 2023-03-17 22:47 出处:网络
I made a survey and gave to certain user Contribute permission to answer the survey. Appears that even if you give to user \"Read\" permissions Actio开发者_Go百科n bar is still available.

I made a survey and gave to certain user Contribute permission to answer the survey. Appears that even if you give to user "Read" permissions Actio开发者_Go百科n bar is still available. Is there any chance to hide "Action bar" for limited permission users?


I recently made an intranet survey for the business team. I only gave the link gave by "Respond to this survey". The EditForm.aspx and NewForm.aspx had a custom master page with low level display.

For the action menu, you can personnalize button by setting permission level (for example : you deselect on Site permissions the permissions Use remote interface and Use Client Integration Features in order to hide the extract to excel datasheet action button.


You may use some temporary solution like using JQuery to hide it. Use as follows:

$(".ms-menutoolbar td:eq(2)").hide();
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号