Loading ...

Hyper cube of Acumatica modules

Hi everybody, today I want to share cube of Acumatica modules. For me it's kind of helpful, if I try to figure out features available in one or the other Acumatica license: If you’re exploring the diverse range of Acumatica modules and want to make the most out of your system’s capabilities, our...

How to work with Excel files in Acumatica

Hello everybody, Today I want to share with you two approaches for working with Excel files: How we might create Excel file in Acumatica using standard dll library of Acumatica website. How we might import data from excel file to Acumatica using XLSXReader from PX.Data.dll library.   Examp...

One more article about PXProjection in Acumatica

The PXProjection attribute is mainly used to perform complex Select operations by using a fluent BQL query. If you need to join a fluent BQL query that is also a complex joined select query, you should use the PXProjection attribute. This attribute can also be used in situations where you need to...

Override PXLongOperation Messages

Friends, today I want to share with you how we can change the default 'The operation has completed.' or other messages after PXLongOperation has been executed. The first button will execute the standard logic The second button will show a custom "Info". The third button will show a custom "Warn...

Passing values from the sub-report to the main report

Today, I want to tell you and demonstrate how to pass values from a subreport to the main report. We will be creating a simple report from scratch so that you can see each step and notice any potential pitfalls that you might encounter. Description: For example, we will create a new report named...

Configuration of gmail for Acumatica

Hi everybody, want to leave a short screenshot of gmail configuration for Acumatica. Basically System Email Accounts screen ( screenid = SM204002 ): Note, this is for Acumatica 23 R1. Need a Custom Solution for Your Acumatica Setup?If you’re looking to optimize your Acumatica experience wit...

How to add handler to graph dynamically

Hello everybody, today I want to describe how you can add events to your graph dynamically with usage of AddHandler method. Take a look on a code sample taken from Acumatica approval maps: public class EPApprovalAutomation<SourceAssign, Approved, Rejected, Hold, S...

How to make coloring in Generic inquiry based on Dates

Hello everybody, today I want to leave a quick note on how to make coloring in Acumatica Generic inquiries. Recently I wanted to modify "AR-Invoices and Memos", and I wanted to highlight in red those invoices, which expiration date is greater then 120 days. Something like image below: How t...

Widgets in Acumatica

One of the key features of Acumatica is its ability to customize the user interface using widgets. Widgets provide a convenient way to display and interact with data, allowing users to access important information and perform tasks efficiently.I will show you how to create your own Dashboard and...