Loading ...

Enums And Strings

Hello everybody, I want to share some pieces of code how to work with enums.  Some time it is needed to have list of string constants in your code, which can feet to some strings with spaces.  enum EarningType { [Description("Virginina")] VL, [Description("S...

PXSelect Vs PXSelectReadonly

Hello everybody, today I want to share with you important difference between PXSelect  and PXSelectReadonly. In my project I had the following situation. PXSelect of table name didn't give me what actually was in db. After a long research I found PXSelectReadonly and key diffe...

What Is TStamp

Hello everybody, I want to share what is purpose of field TStamp in database for tables in Acumatica. In reality you can make projects without it, but. If you add it, you'll help Acumatica with concurency management   Ready to take your Acumatica experience to the next level? Just as the TSt...