Loading ...

One View, Two Grids: Migrating a Classic UI Pattern to Modern UI

Introduction One of the common challenges when migrating a customization from Classic UI to Modern UI is recreating custom tabs that display the same data as an existing grid. In Classic UI, multiple tabs can easily reuse the same graph view. However, in Modern UI, this approach can make the cust...

Exploring Mobile Layout Elements in Acumatica 2026 R1

A Technical Whitepaper on SelectionList, ListView, and CaptionValueTable Customizations With the release of Acumatica 2026 R1, mobile application developers have gained powerful new layout elements designed to improve readability, data structure, and interaction flows on mobile screens. Key among...

Implementing Asynchronous Operations in Acumatica 26R1

Purpose of the Sample We created a small Acumatica customization that demonstrates the modern 26R1 way to start a long-running operation from a screen action. The goal: the operation is intentionally lightweight, but the structure follows the same framework rules you would use for real processing...

How to Add Fields to an Existing Grid with placeAfterProperty

When customizing the Modern UI in Acumatica, you may need to add one or more custom fields to an existing grid while keeping the column order consistent with the standard layout. The placeAfterProperty decorator provides a simple way to control where new fields are inserted. If you need to place...

Creating Multi-Column Field Layouts in Modern UI

Suppose you're extending the Shipments (SO302000) screen. The customer requests a new section called Delivery Options, containing several shipment flags. Instead of displaying each checkbox on a separate line, the desired layout is a compact group of checkboxes arranged in two rows. Consider the...

Repeatable Vibe Coding for Acumatica: An 8-Step Playbook

AI coding tools are powerful, but they are not magic. The biggest mistake I see developers make is treating AI like a senior engineer who already understands the business process, the ERP architecture, the customer context, and all hidden assumptions. That does not work, especially in Acumatica d...

How To Add Back Existing User-Defined Fields in the Modern UI

This article will explain the process for adding back any existing user-defined fields (UDF) after an upgrade to the Modern UI (versions 2025R2+). In the Modern UI, there is no longer a separate tabs for UDFs, they can now be added to any section of the screen by using the Screen Configuration se...