Loading ...

How use CacheAttached

The CacheAttached event is an Acumatica event that triggers when the cache of a particular DAC is initialized. It allows you to modify or extend the attributes of any field within that DAC, typically for a specific screen or process, without modifying the DAC itself.  The main advantage of C...

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