Skip to main content
Solved

How to Revoke Delete Action in a Custom Screen (When Not Visible in Access Rights by Screen)

  • February 23, 2026
  • 1 reply
  • 25 views

Forum|alt.badge.img

Hi Community,

I created a custom Acumatica screen, and I wanted to restrict users from deleting records.

However, in my custom screen, the Delete action was not listed, so I couldn’t control it through access rights.

Best answer by Abhishek Niikam

Hello ​@tharinduweerasooriya90 
First of all for show Delete action on screen you can use your Primary DAC in PXGraph which is auto generated while creating screen. New screen shows only Save & Cancel actions at first. so you have to add those.
e.g.
 

Change your DAC name accordingly.
after this all actions appear on screen then you can use access right to control.

 

Hope it helps.
 

1 reply

Forum|alt.badge.img+3
  • Jr Varsity III
  • Answer
  • February 23, 2026

Hello ​@tharinduweerasooriya90 
First of all for show Delete action on screen you can use your Primary DAC in PXGraph which is auto generated while creating screen. New screen shows only Save & Cancel actions at first. so you have to add those.
e.g.
 

Change your DAC name accordingly.
after this all actions appear on screen then you can use access right to control.

 

Hope it helps.