Loading ...

Invokeifrequired Template

Hello everybody, today I want to document simple but very useful feature if you work with multiple threads in Winforms application.  Quite often it happens that you execute in some paralel thread long running calculations and would like time from the time notify results to UI.  But if y...

How To Hide Tab In Acumatica

Hello everybody, today I want to share piece of knowledge about Acumatica controls. Recently I was asked to add one more tab to page Checks and payments. Let's suppose it was named Allocations. It should be displayed only if type of payment is set to Prepayment. Such kind of behaviour is possible...

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