Loading ...

Step-by-Step Guide: Using PatchTool in Acumatica ERP 25R1

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

How to Fix Sign-In Issues with the Acumatica Add-In for Outlook

The Acumatica Add-In for Outlook is a powerful tool that brings ERP data directly into your email interface—streamlining communication, speeding up task management, and improving customer interaction. However, in early 2025, some users began experiencing issues with signing in to the add-in acros...

Creating simple grid form using new UI

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

How to Run an Acumatica Automation Project in an Azure DevOps Pipeline

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

Passing Parameters to a Static Processing Delegate in Acumatica

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

How to Configure Email Processing Between Two Acumatica ERP Instances

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