Loading ...

Operator In In Bql

Hello everybody, today I want to write a few words about operator in which was presented in SQL for long ago, but weren't available in Acumatica BQL. But time goes on and now you can use it. For example like this: Object[] values = new String[] { "BXW000004", "B...

Scaling Acumatica Horizontally

Hello everybody, today I want to share one interesting piece of information about horizontal scaling of Acumatica. I mean as usually for majority of people it is clear that Acumatica can work on one machine when DB, IIS and Acumatica lives on one machine.  One more variant of scaling can be...

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