Let's take a look at the screen’s templates. There are 6 of them in Acumatica: Form, Grid, Tab, FormTab, FormGrid, TabGrid. Each template is designed to be used for different purposes. Let's look at each of them:
Form
A Form template is used to display and edit a single record o...
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:
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.
&nb...
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 yo...
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...
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 cus...
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 repo...
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, Hol...
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 belo...