Step 1: Prepare the Generic Inquiry
Go to Generic Inquiry screen (SM208000).
Create a new GI or open an existing one.
In the Inquiry Title field, enter a unique name without spaces (e.g., we’ll use the existing SO-SalesOrder).
On the Results Grid tab, add only the necessary fields.
Check the box...
Hello. Today I am gonna tell you how to add field to new UIFirst of all you need to make ts extension to default ts file of the page where you want to add new fields. In my case it would be RQ301000I will name it rq301000-ext.tsI want to add 2 fields to the RQRequestLine grid and 4 fields to RQRe...
This guide walks you step by step through installing Acumatica ERP on disk C, checking for patches, applying a patch from a local archive, and rolling back a patch using the PatchTool command-line utility.
In this example, we will install Acumatica on the drive D: and all subsequent instructions...
In manufacturing operations, not every production order follows the ideal flow. Sometimes, production is marked as completed even though the materials were never fully issued—or perhaps not issued at all. While Acumatica allows this flexibility, it also means that material allocations may linger...
Managing product variations like size, color, or style is a common requirement in inventory systems. In Acumatica, this is typically handled using Template Items—a parent item that defines shared attributes for its matrix items (child stock items). But what happens if a product starts with only o...
How to View Employee Location Tracking on a Map in Acumatica
Location tracking in Acumatica is a powerful feature for field service businesses. When enabled, it allows managers and dispatchers to see where their staff members are in real time or where they’ve been throughout the day. But a common...
There is two ways how you can disable a field based on some condition in AcumaticaThe most common way is by SetEnable method for PXUIFieldAttribute and it’s look like thisPXUIFieldAttribute.SetEnabled<DAC.DACfield>(View.Cache, row, true/false);But this is one more way of doing this by addin...
Working with NULL values in database queries often introduces unexpected behavior, especially when using frameworks that abstract SQL logic like Acumatica's BQL Fluent syntax. One common scenario is attempting to retrieve records based on a nullable key field, such as SubItemID in the POVendorInv...
When working with Acumatica’s ModernUI framework, placing a custom field on the screen often feels straightforward: define the field in TypeScript, place it in the template, and expect it to appear. But sometimes, despite correct syntax and logic, the field simply doesn’t show up. If you’ve run i...
In this article, I will explain how to work with Dashboards using the Acumatica Test SDK framework. It is important to note that it is not possible to generate wrappers for all dashboards by default — only DB000038 has a built-in wrapper class.Therefore, in order to access any other dashboard, it...