Loading ...

Multithreading In Acumatica

Hello everybody, today I want to say a few words about my practice of usage Multithreading in Acumatica. I have a dedicated server which has 40 cores. And I have a need to read plenty of records from some other system. General schema is like this: Create some graph instance. Fill created graph i...

Unit test Acumatica PXGraph

Hello everybody, today I want to make another description of how to cover with Unit Tests Graphs in Acumatica.  First of all I want to say that Acumatica controllers or as Acumatica names them graphs do not have any way to inject any dependency from interface. In such case it can be useful i...