Quantcast
Viewing all articles
Browse latest Browse all 72043

Managing CommandButton security

Good morning everyone!

I've got a request from our BA to globally remove the delete button on all sales order forms (allow cancel but never delete). The delete access is attached to a CommandButton, and I noticed a "visible" property for the button which when I set to No hides the button for all users. Also I understand there is a "NeededPermission" property I can set to a minimum permission in order to access the control (because I want to disallow the delete to all user this might not work for my purposes). I've also tried looking for the proper privilege to set the security level but haven't had much luck. How are control normally managed in terms of security: form level, privileges/permissions, etc?

 

FYI...the control I'm looking at is...

SalesTableListPage > SalesOrder > Maintain button group > Delete control

Thanks in advance!


Viewing all articles
Browse latest Browse all 72043

Trending Articles