Forum Discussion
Russell Gove
Jan 12, 2018Iron Contributor
Restrict QuickEdit mode to only Site Owners
Is it possible to only allow people on a specific group, or with specific permission, to use the Quick edit mode on an SPO list?
I have a list with customized forms that only let a general user upd...
Jan 12, 2018
Sorry, but you cannot restrict QuickEdit mode to only site owners. In regards of hiding a custom action in the classic Ribbon, I would recommend you to explore CSOM API possibilities
- Russell GoveJan 17, 2018Iron Contributor
Thanks Juan,
When you say explore CSOM API possibilities, do you mean using the feature framework with ribbonXML as i mentioned in the question?
If so, how do i determine what method the existing quickedit function is calling?
I can remove the old button, and replace it with my new secured button, but I want my new secured button to do exactly the same as the old button.
How do I know what that was?
Russell
- Jan 17, 2018Ey Russel,
Yes, I meant that but in regards og how to call existing quickedit function I'm not sure how you can do it in your custom action