When developing forms and grids in Acumatica, especially ones tied to data views, controlling whether records can be edited is a routine requirement. Developers often use AllowUpdate, AllowInsert, and AllowDelete to toggle editing capabilities. But what’s not always clear is the subtle—and critic...
Hello everybody,
today I want to leave a short note for the following situation:
Imagine that you need to enable some control in Acumatica ( for example Mark for PO ) on page Sales orders ( SO301000 ).
As usually for enabling control there are two ways:
RowSelected
Automation steps.
Recently I...