Loading ...

How to increase webhook size

The code below will allow us to modify our Web.config by adding to it or changing the Webhook size. This is necessary when the data is not sent using a webhook from its volume. .background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;...

Modern UI, npm getmodules error

When trying to execute the npm run getmodules command in an Acumatica project using Modern UI based on Node.js, an error occurs that is related to processes that cannot complete correctly ( See the screenshot below ). To solve this issue, open the gulp-tools.ts file in the FrontendSources folder...

Implementing a Custom Business Date Context Scope in Acumatica

In some scenarios, you may need to temporarily override the Business Date in Acumatica for a specific process or operation. While the framework provides several built-in scopes for modifying context settings, there isn't a dedicated scope for the Business Date. However, you can create a custom Bu...

How to Export Record Notes in Acumatica

By default, Acumatica does not include record notes in Excel exports. However, you can retrieve and export them using a Generic Inquiry (GI). This guide outlines the steps to link record notes with your data to ensure they appear in your exports. Why Are Notes Not Exported Automatically? Acumatic...

Efficiently Saving Custom Data During Record Creation in Acumatica

When developing customizations in Acumatica, a common requirement is to save additional data to the database during the creation of new records. This can pose challenges, especially when ensuring data integrity and avoiding issues like infinite recursion. This article explores effective strategie...