Loading ...

Webhooks and sending requests

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...

Report designer of Acumatica

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...