Loading ...

Autonumbering In Acumatica

Today I want to share with you how I implemented autonumbering feature in acumatica for page CA304000. My task originally was the following: add autonumbering feature to the "Document Ref" field with following rules:   a. step of incrementing is 1   b. length of field should be six char...

Acumatica Date Time Specifiers

 Hello everybody, today I want to describe some date time specifiers in acumatica. d - is default format pattern, so if you intend to use short date pattern, you can just ommit pattern in usage function public static System.Text.StringBuilder MakePattern(string format, System.Globalization....