Hello, today I will show you how to create simple screen with grid on itThere is how you created from with grid with old UI using aspx
And how it’s looksTo create this form with new UI you need to create ts and html files for new screen inside FrontendSources folderFor ts file you need to speci...
Integrating your Acumatica Automation Project with Azure DevOps pipelines is a powerful way to enable continuous integration (CI) and continuous delivery (CD) for testing and deploying your automation scripts.
Since Acumatica’s automation project is a console application, running it from a pipeli...
If you’ve ever stared at the red highlight in Acumatica’s Approvals screen and wished there was a way to soften the UI—good news: you don’t need to override the .aspx.cs code to make visual improvements. In fact, you can customize how rows and cells appear on existing screens like Sales Orders or...
The user interface into a static processing delegate. This is particularly relevant when building a processing screen that needs to use additional parameters—like date ranges, item IDs, or custom flags—entered by the user at the top of the screen.
Since Acumatica’s SetProcessDelegate method expec...
In environments where multiple Acumatica ERP instances operate—such as in multi-company, partner, or customer/vendor integrations—email communication can become complicated. When email processing is enabled on both systems, there's a risk of emails being incorrectly routed due to identical email...
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...
Part 1
Introduction
In today’s world, it’s hard to imagine a successful software product without an API. Fortunately, Acumatica is not an exception — it provides powerful REST API capabilities that allow real-time interaction with your data.
So, what do you need to know to get started?
While Acum...
When building customizations in Acumatica, it’s common to need a summary value—like the total invoiced goods for a customer during the current year. While it may sound straightforward, using Business Query Language (BQL) to retrieve and aggregate data requires careful handling. One common pitfall...
Working with files in Acumatica using the UploadFileMaintenance graph can be tricky, especially when attempting to retrieve file information programmatically. A common challenge developers encounter is that GetFile() or GetFileWithNoData() unexpectedly returns null, even when the file IDs are kno...
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...