Hello everybody,
today want to share on how you can use IKVM in Acumatica.
Imagine following scenario. You need some business logic, but that business logic is implemented in some java library, and not in C#.
How to deal with that?
Recently I have found solution: IKVM. IKVM allows you to cr...
One crucial feature that ensures data security and compliance within Acumatica is Row-Level Security (RLS).Acumatica ERP supports a variety of scenarios for configuring the visibility of objects in the system. In the most common scenarios, you can create restriction groups. Acumatica ERP provides...
Hello. Today I want to tell you about one possible issue during upgrading from for example 21R1 to 23R2 through adding pages into Custom Files in the Customization package.
After upgrading when I opened the screen which was added to Custom Files in the Customization package I faced the issue abo...
Hello everyone! Today, I'd like to share my knowledge about the TreeView control in Acumatica, focusing on what it is, how to create a custom TreeView, and adding additional fields to an existing one.
What is TreeView in Acumatica ERP?
In Acumatica, a TreeView is a crucial user interface eleme...
Hello developers,
Today I want to share with you the way how to enable hyper-link functionality from grids to another screen.
To enable a redirection to screen from the hyper-link in the grid, first we must be sure at two points:
Field in grid has [PXSelector] attribute from foreign DAC table
Fo...
Hi everybody,
Want to share two important commands for MS SQL:
SET STATISTICS IO ON
SET STATISTICS TIME ON
After you turn it on, you may see following in the output window:
with this ouptut window you may see how long it took actually to execute some query, and if added indexes improved or didn'...
We'll guide you on how to show all custom fields on a screen, even if they are not associated with your package. You can use the PX.Api.ScreenUtils class to locate any field. This class contains a method called GetScreenInfo() that returns a Content. Inside the Content object, there's a field nam...
Sometimes there is a need to call the PXGraph.Persist method from a graph extension but without triggering the code written in the base graph itself. I had this issue with using the ARSalesPriceMaint graph, so will show all the examples on that graph extension.
The problem is, it’s not possible t...
One of the recent additions to the new Acumatica 24R1 version is the ability to retrieve localized reports through REST API. This article provides a manual how specifically one can achieve it.
We start of creating an endpoint for reports. For this we navigate to the Web Service Endpoints (...
Hello everybody,
Today, I want to share with you a few differences between the previous version of OData and the new version, ODataV4. But before we dive in, let's set up our Postman environment to test it together. The first step is to create environment variables in Postman.
After creating the...