Loading ...

Hos To Add List Values To Drop Down In Acumatica

Hello everybody, today I want to make quick notice of how to make drop down values in Acumatica avalable.  Let's imagine, that you need following drow down list:   drop down values     In order to get this kind of list, you can use the following code: public static class Ji...

Machine Learning Certificate From Coursera

Hello everybody, I want to boast that I receved certificate from Standfor Univercity about my level of knowledge in Machine Learning. Here is the link: https://www.coursera.org/maestro/api/certificate/get_certificate?course_id=973756 and here is screenshot:   Online course Statement of Acco...

How To Get Top 1 Record From Db In Acumatica

Hello everybody, today I want to share with you one trick that sometime can be useful. Imagine, that you constructed some BQL query and want to get only one record from db with ommiting others or in other words if you need TOP 1. For this purpose you can use SelectSingle method that generates SQL...

What Are Asserts In Nunit

Hello everybody, just short notice of NUnit function Assert.That [Test] public void CheckAddition() { Assert.That(CalculatorClass.Minus (5, 2), Is.EqualTo(3)); } public void CheckAddition() { //old styel Assert.AreEqual(3, CalculatorClass.Minus (5, 2)); } Ready to take your Acumatic...

Email Control In Acumatica

Hello everybody, just short glimpse of how to make mail control in Acumatica. It's very simple task. Make dac class with string and bind it to page in the following way: <px:PXMailEdit ID="edUsrPersonalMail" runat="server" DataField="UsrPersonalMail" CommitChanges="True" ></px:PXMailEdit...

Encog Propogation Training Algorithms

Hello everybody, today I want to describe in simple words some training algos of Encog. Before I'll continue, I want to show general block schema of training algorithms:   Training algorithm     Init NN can look like this: public BasicNetwork CreateNetwork() { var network = n...

Transfer To New Acumatica Version

Hello, today I had task of switching to new version of Acumatica. From 4.2 to 5.1.  The first surprise which I faced was lack of .Net framework 4.5.1. This shocked me especially from viewpoint that I had Visual Studio 2012 installed with service pack 4. Then I found that I need "Microsoft .N...

T200 Acumatica Certificate

Hello everybody, I want to boast that I finally received T200 Acumatica certificate!!!!!! And now I can proudly say that I'm certified Acumatica developer, which gained T100 T101 T200 T300 T900 certificates.   T200 completion    

How To Get Tstamp In Acumatica

Hello everybody, today I want to shre small note of how to generate timestamp for Acumatica objects ( in case if you use for some reason PXDataBase.Insert or  PXDataBase.Update) PXDataBase has public method SelectTimeStamp. public static byte[] SelectTimeStamp() { return Provider.S...

Indiegogo

I want to start campaign for making machine for my neural networks investigations.  Here is the link if you want to participate http://igg.me/p/neural-network-time-series-forecaster/x/10380153 Ready to take your Acumatica experience to the next level? If you have a unique business need or a...