ive into the ultimate comparison of Acumatica vs SAP to discover their strengths and weaknesses, and find the perfect ERP solution for your business needs.
Introduction
When it comes to choosing the right Enterprise Resource Planning (ERP) software for your business, you might feel like you're na...
Hi there. Today I'm gonna tell you about webhooks and will show one small example of its use.By using the webhook configuration we can easily send requests to the Acumatica instance. Today I'll show you a POST request.
First of all, we need to create a class which will handle methods for POST req...
Hello everybody.
Developing on Acumatica can involve various tasks such as customizing existing features, creating new modules or integrations, and building custom reports. Today, I want to show you how to create your own report and add a field to it using the Report Designer.
First of all, when...
Hello everybody,
Today a want to share with you couple approaches that can help you to fix the famous Acumatica’s error:
“Another process has updated the {Table} record. Your changes will be lost”
You can get this error when you open two the same screens with the same record from DB and then modi...
Imagine you are working on Acumatica customization that needs to integrate with an existing desktop application. How can you launch the desktop application from the web-based app? It might seem impossible at first, but on Windows, it's actually quite simple. The key is to use Custom Protocol Hand...
Hello everybody,
Today I want to share one approach, how to send SMS message from custom action in Acumatica.
Acumatica has several sms providers in SalesDemo data base, it depends from Acumatica’s version, so, we will use Twilio provider. On SMS Provider screen you can find authorization paramet...
Hi,
want to share code, which was written in the context of this question on https://community.acumatica.com. Question is how to modify request and use filtering with help of In or IsIn operator of Acumatica framework.
After plenty of trial and error, here is the code, with...
Hi everybody,
today I want to share one of the insights from code and code, which was conducted by Stéphane Bélanger, and which seems useful, also may be controversial. But still, you may like it. So let me introduce or re-introduce PXAggregateAttribute .
If to sum up, purpose of...
Hello everybody,
today I want to speak about very useful feature in Visual Studio.
Sometime you may need some kind of source of inspiration from Acumatica source code. But quite often that source of inspiration have text, which is scattered over multiple lines of code.
For example, you want to fi...
Hello everybody,
today I want to share one line of code for Acuminator for error message:
PX1016 A DAC extension must include the public static IsActive method with the bool return type. Extensions which are constantly active reduce performance. Suppress the error if you need the DAC extens...