Greetings Laura... really do love your work.... this is especially helpful because as we all lover Users, we all know that if a button is on the screen it will be pressed. This is also the same for SharePoint sites. Any thoughts of constructing and delivering a power hour on hiding the controls on a SharePoint site? Keep winning!
It kind of already does that, for example if someone doesn't have permission to delete something, there's no delete button for them. wonderlaura.com/2024/03/04/remove-delete-button-from-lists-libraries/
How to remove submit Approval butten from command bar For content Approval workflows, if we are approving content Approval document from another power automate workflow which is approving the document in teams. Some user go and approve from top ribbon
Thanks for the video!!
To remove the new "Forms" button i used
{
"key": "manageForms",
"hide": true
}
Wow thanks!! How did you figure that out?
I really love your work… I have learned quite a bit from you… Thanks!
My pleasure!
Greetings Laura... really do love your work.... this is especially helpful because as we all lover Users, we all know that if a button is on the screen it will be pressed. This is also the same for SharePoint sites. Any thoughts of constructing and delivering a power hour on hiding the controls on a SharePoint site? Keep winning!
Like, on the home page? Give the “members” group “read” permission on the site pages library instead of the default “edit”.
Can you post a link to the Microsoft site you keep referencing in the video?
I just went ahead and wrote a blog post, with the links in it, and put it in the description of this video.
At 14:39 I believe that the share button is not affected because you have a second share at the end of the code.
Thanks for noticing!
Hey Laura,
Do you think it is possible to hide buttons based on user's permissions?
Regards
It kind of already does that, for example if someone doesn't have permission to delete something, there's no delete button for them. wonderlaura.com/2024/03/04/remove-delete-button-from-lists-libraries/
@@WonderLaura Yes, but is it possible to programmatically, with the JSON code, hide a button if the user has Read permissions, for instance.
I don’t know, I don’t think so. The documentation doesn’t indicate so.
Amazing content!
Thanks!
How can I add new control that is previously not used
I don’t think you can.
How to remove submit Approval butten from command bar For content Approval workflows, if we are approving content Approval document from another power automate workflow which is approving the document in teams.
Some user go and approve from top ribbon
Take a look in Microsoft’s list of button names to see what that specific name is so that you hide it.