We have a requirement to block the Remove button from Sales Order Lines for many user roles. Was able to do this for Sales Orders (I believe SalesTableDelete was the Display Item), but I'm having trouble finding what needs to be done via Security Configuration for Sales Order Lines. Was hoping it was SalesLineDelete, but not working. Screen shot below of Remove field:
If you have an answer, maybe provide security screen shot
Block/Gray Out "Remove" Button (linestripdelete) from Sales Order Lines
Looks like you have a custom privilege called "Block From Deleting Sales Orders (TOG). Can you share the process for that similarly to what you have done below for the line item?
Block/Gray Out "Remove" Button (linestripdelete) from Sales Order Lines
Hi Paul V,
Instead of some deny permissions, have you tried creating a new privilege for the sales orders and grant permissions for Read, Update, Create and not Delete? In that case, the data sources on the form will inherit the same permissions as granted via the privilege.
Block/Gray Out "Remove" Button (linestripdelete) from Sales Order Lines
Hi Paul,
LineStripDelete button is command button. Its not display menu item button like Sales table.
In that case I guess you can set the access level to table.
Navigate to Security Configuration form.
Select your privilege >> Click on tables >> Add references >. Select SalesLine table and set it all to Deny.
Another option will be adding the SalesLine table to the Privilege under permission node and set the access level.
Thanks,
Girish S.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.