Category Archives: Acumatica Product

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 »

Embedded Clickable Image in the Report.

Acumatica comes with a range of pre-built standard reports that cover different areas of business operations. These reports provide insights into financial statements, sales orders, purchase orders, inventory levels, and more. These reports serve as a starting point and can be customized to meet specific business requirements. However, did you know that Acumatica also lets… Read More »

Field Text in color and bold in Acumatica.

In Acumatica, the “Field Text in Color and Bold” feature is a visual customization option that allows you to highlight and emphasize specific fields in a form by changing their text color and making it bold. This feature is useful for drawing attention to important or critical fields, providing visual cues to users about specific… 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 »