Is there a way to disable or remove the "Approve All" button on Review Activities
Best Answer
-
Ewald_Van_Zyl Customer IT Monkey ✭Adding this code to the custom.css file in the CustomSpace folder under C:\inetpub\CiresonPortal should remove the button from the screen:
button[data-click="approveAll"] {display:none;}Solution supplied by John Doyle
6
Answers
button[data-click="approveAll"] {display:none;}
Solution supplied by John Doyle
I am interested in scoping via AD group or Support group. Are you able to help?