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...
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...
Firstly we need to add our custom field to the screen, for example we will use the Sales Orders screen and add Custom Barcode field to the Details tab.
For adding this field to mobile application with Barcode scanning functionality we should just update Details container on
the SO301000 screen a...
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...
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...
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.
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...
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...
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...
Today, I would like to share with you a great way to avoid reinstalling the Acumatica ERP Instance every time we need to switch to a different version.
First, we need to download the required Build. You can do this here:
http://acumatica-builds.s3.amazonaws.com/index.html?prefix=builds/
For examp...