Loading ...

Handling Exceptions in Acumatica: PXException, PXSetPropertyException, and RaiseExceptionHandling

When developing in Acumatica ERP handling exceptions and validation errors properly is crucial for ensuring robust user-friendly applications. Acumatica provides several mechanisms for dealing with exceptions, each suited for different scenarios. In this article we’ll explore three key exception...

Lightweight Persist To Database

Hello everybody, today I want to describe following use case. Quite often it is needed to persist to database one or another DAC class, which is filled by some data.  As usually I see people do this via hard coding of DAC class inside of the Graph. But today I want to share with you a way of...