Acumatica PXGrid control values changing does not update the cache

 I found my solution. It does not causes to raise events directly after selection, but when you click on "Save & Export" button, cache already knows that this field was changed without changing the selection of the grid rows. You need to define:

  1. SyncPosition="True" in the datagrid
  2. [PXButton(CommitChanges = true)] in the button action implementation


[PXButton(CommitChanges =true, Tooltip = "Additional Information")]


other reference: 

https://stackoverflow.com/questions/54469389/acumatica-pxgrid-pxdropdown-value-changing-does-not-update-the-cache

Comments

Popular posts from this blog

grid row color and button color in acumatica

Dynamic dataview creation