Loading ...

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

Types Of Learning In Ai

Hello everybody, today I want to make a short notice on question that I often receive: what kinds of learning exists in Machine Learning. I want to provide simple answer: Learning with teacher: questions and answers. Learning with teacher: just questions Partial learning: questions, and some of...

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

Stubs Vs Shims Difference

Hello everybody, today I want to mention difference between two kinds of testing. Shim vs Stub.  Take a look at the following code sample: // Stub sample public interface IDependency {     void SomeMethod(); } // Take note that&nb...

Types Of Controls In Acumatica

Hello everybody, today I want to describe with some screenshots kind of controls that you can get from Acumatica developer like me or any other Acumatica programmer. Main purpose of this blog post is the following. Imagine, that you want to write super detailed instructions for Acumatica develope...