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

Purpose Of RowPersisting Event

Hello everybody, today I want to leave a note on usage of RowPersisting event. Quite often I see situations, when RowPersisting is used for making additional insertions to database. Also quite often I see cases when some additional inserts being performed to database.  I want to warn against...