Hello Acumatica Team,
We have a requirement to add a custom field in the Application History tab of the Payments and Applications screen. This field should be populated from the Blanket Sales Order CustomerOrderNbr and must be updated during Payment Release and Payment Capture.
I attempted to override the Release action. When updating the value before the baseMethod call, the Application History (ARTranPostBal) View Details is not loading. When updating after the baseMethod call, the view loads correctly, but the value is not persisting. However, updating the value using PXDatabase.Update works as expected.
I also tried using row events, but observed the same behavior with no success.
Could you please clarify:
- Where the default logic for updating Application History during Release and Capture is implemented?
- What is the correct extension point to reliably update this custom field?
Version: 25R1

Thanks in Advance!