Category Archives: Acumatica Customization

Adding Validation Without Utilizing Code Files

In Acumatica, we can implement mandatory, default, and disable validations using the Acumatica editor without writing a code. The platform’s low-code functionality enables users to effortlessly add these validations based on specific requirements for any screens. All that’s required is to define the logic needed to meet the desired criteria. In this blog, we will… Read More »

Adding filters to Generic Inquiries

In the world of ERP software’s, it’s really important for businesses to handle their data accurately. This helps them make smart choices and run their operations smoothly. Acumatica is a popular cloud-based software that helps with this, and it comes with one of in-built feature called Generic Inquiries (GIs). GIs allow users to explore data… Read More »

Acumatica Attributes in DAC Code

Acumatica provides a powerful framework for creating and customizing data structures through the use of Data Access Classes (DACs). One of the key features that contribute to the flexibility and extensibility of Acumatica data structures is the use of attributes. In this blog post, we will dive into the world of Acumatica attributes used in… Read More »

Custom weblink field in Acumatica

Acumatica is a robust cloud-based ERP system renowned for its flexibility and extensibility, empowering businesses to customize the software according to their unique requirements through various customization options. Among the most versatile tools available is adding custom fields of various types. In this blog post, we will guide you through the steps of creating and… Read More »

Update custom fields through Customization Plugin

Acumatica is a powerful cloud-based ERP system known for its flexibility and extensibility. It allows businesses to tailor the software to their unique needs through a variety of customization options. One of the most versatile tools at your disposal is the Customization Plugin. In this blog post, we will take you through the process of… Read More »

Adding Custom Feature to the Enable/Disable Features (CS100000) Screen in Acumatica

Acumatica, a leading cloud-based ERP solution, empowers businesses to streamline their operations and make well-informed decisions. With its robust customization capabilities, Acumatica allows users to tailor the system according to their specific needs. An important aspect of customization is the ability to enable or disable features within the application. In this blog post, we will… Read More »

Navigating Acumatica Implementation & Consulting with Greytrix

We’re here to be your guiding light in business chaos. So, get ready to soar above the clouds of business management. To enhance your business operations and ensure high client satisfaction while providing an unrivaled range of business management systems, you need Acumatica – the leading Cloud ERP. Resolve business complexities and chart a course… Read More »

How to Create and add User-defined field Attribute in Acumatica screen

User-defined attributes provide a way to create custom fields within Acumatica screens and tables. These fields can be of different data types, such as text, numbers, dates, checkboxes, dropdown lists, and more. User-defined attributes can be added to various areas of Acumatica, including master data screens (e.g., customers, vendors, items), transactions (e.g., sales orders, purchase… Read More »

Various Date Function in Acumatica

Introduction:  Acumatica supports various date functions. In this blog, we will learn how to use various date Functions of Acumatica that can be used while printing Reports and Displaying GI. In this example we shall demonstrate the date functions usage in Generic Inquiry. DateDiff function:- The DATEDIFF() function returns the difference between two dates. To… Read More »

WebHook Configuration in Acumatica.

By using the webhook configuration we can easily send POST requests to Acumatica ERP. From this we can keep update of records that are Created, Deleted. To do this, you need to create a new custom project for instance Webhooks Configuration and Publish it. On Publish of the customization Project need to create an Extension… Read More »