When you open a Nintex form in Edit or View mode, you get the ribbon at the top of the page. I want to hide some of the options on that ribbon.
When in View mode, I only want Edit Item, Print and Cancel to show up
When in Edit mode, I want all of the buttons available EXCEPT delete item
Is this possible? If so, how?
Solved! Go to Solution.
while it is possible to achieve what you want using CSS and/or javascript it's not a wise approach and I do not recommend it.
icons are just visual triggers to the functions granted to a user. the same function is possible to invoke several different ways from several different places. if you hide an icon from the user at one place, it doesn't mean you restrict a user to perform it some other way.
I would rather recommend to revoke user's permissions that you think user shouldn't have available.
Hi Leah Giambartolomei,
Marian Hatala is correct since the users would be able to delete the forms from the list view. You will be able to disable the delete using the following approach with SharePoint permission levels:
When the users access the forms, they will not be able to select Delete.
Let me know if you have any questions!
Scott Carnegie
Thank you so much for your help! How do I make a copy of a permission level?
If you open the permission level you wish to duplicate, at the bottom you will find the Copy Permission Level button.
Scott
Dear Leah Giambartolomei,
If you need to disable the delete button from the ribbon by using user's permissions, be aware of the below:
1-You are removing the delete permission from the user.
In any related Workflow, you will not be able to delete any item from the list unless you will go to the "Set Permission" action or any alternatives...
2-Using JavaScript will be a good option if you don't want to customize the permission levels. The draw back of the client side option is that a good developer can re-enable the delete button from the browser development console.
Cheers...
Thank you Scott. I do not have those buttons on my permission levels. I am not sure why I do not see them.
still trying to figure it out!
Thank you for the heads up. I think that it is okay in this case for the general user to not be able to delete.