Skip to main content
Question

How to change sales order workflow to enable a field in Complete status?

  • May 12, 2026
  • 1 reply
  • 28 views

I made a custom DAC and I’m displaying it as a tab on the orders. I want to be able to edit that field when order is in complete status.

I’ve achieved that for SO order type by extending the SO workflow to enable that field. It’s working fine but when I try the same logic for the RC order type - the field remains non editable and I’m not sure why.

 

Here are the screenshots of the setup that’s working for SO but not RC:

 

1 reply

RohitRattan88
Acumatica Moderator
Forum|alt.badge.img+4
  • Acumatica Moderator
  • May 13, 2026

@petar2903k 

Enabling fields on a completed document is usually a two step process:

  1. Add RowSelected event handler to enable field cache
  2. Modify workflow for all desired types of workflows

Please refer to this guide: Enable Customization Fields When Document is Completed – Acumatica Developers Blog