Loading ...

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)); }  

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

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