There are cases when you may need to put some data into cookies.
For example, I faced a problem in Acumatica when I needed to extract a webhook url using JS.
.background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;}.method{color:#DCD...
Text is inserted without indentation. It may happen that when you paste text into a field, it changes. For example, Body on the Email Activity screen. We insert the following text.After pasting, we g...
Hello, everyone!
Today, I want to share a technique that can significantly simplify your daily routine in Acumatica development: using custom Visual Studio snippets. Snippets are pre-written pieces of code that you can insert quickly, saving you time and reducing errors. In this article, I’ll exp...
Acumatica's snapshot feature is a powerful tool for ERP administrators and developers. It allows users to export and import a company's data into a ZIP file containing representations of SQL tables, providing a seamless way to duplicate environments for testing, analysis, or backups. However, sna...
With the release of Acumatica 2023 R1, a game-changing feature has been introduced: Document Archival Functionality. This feature is designed to help businesses improve system performance and streamline operations by archiving outdated records from the most commonly used data tables, starting wit...
The Document Archival Feature in Acumatica, introduced in version 2023 R1, is a robust tool designed to optimize database performance by partitioning archived and non-archived records. This guide explains how developers can implement, customize, and extend this feature for custom DACs, graphs, an...
To implement a custom tax provider in Acumatica, you need to create a class that implements the ITaxProvider interface. This interface defines the required methods and properties that a tax provider must implement. Below is an example of a barebones implementation of the ITaxProvider interface, w...
- createSingle for the Summary area
- createCollection for views of the table
- headerDescription for fields to be included in the form caption
- gridCon...
Hello. Recently I found one strange thing that I faced for the first time.I made two selectors, one for branch and one for UOM. Below is code for them
.background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;}.class{color:#4EC9B0;}.ke...