Loading ...

Events in Acumatica

One of the key features that developers often use to improve functionality is event handling. Events allow developers to respond to changes in data, user interactions, and system processes. Let's consider each of them: ·        RowUpdating Fires before an existi...

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...

Display field without name

Recently I had request to display one field close to another without field nameIf you just add field to DAC and place it with DisplayName = “” and add it to screen you will have such result To display this field without huge gap you need to do have property DisplayName = “” and in customization...

Root element is missing

Once I was working with a Report Designer and suddenly had electricity cut off. When I launched my PC after the electricity cut off I faced the error “Root element is missing”. After small investigation I found next solution for this issueStep 1: Close all Report Designer instances.Step 2: On yo...

Override Acumatica JS code

Hello. Recently I faced one interesting thing on Transfer screenI was trying to update the logic for the selected checkbox on popup windowAnd have this code as exampl .background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;}.method{c...