Loading ...

Acumatica Security

Hello, this post is dedicated to understanding how security in Acumatica works. If to be precisive security of accounts.  Let's say you need in some way filter accounts for some user according to configuration at row level security screen ( GL104000 ). In my case I had following records...

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 Active Directory

Hello, today I want to share just simple record of how to join acumatica and your Active Directory. For example you have the following data: Active directory url:LDAP://RT1:389 User name yura_zale@dot.com, password: 123 For cases like this you need the following record in your web.config fil...

List View In Accumatica

Here I want to describe how to create such simple page like this: For reading this manual father you need to know how to add page to sitemap in accumatica. If you need me to describe this process let me know, I assume it is not challenging process. For staff like this you need ListView template...

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

Find Screen

In case if you look at something in acumatica and want quickly to find sources of that window in resharper you can do the following: 1. click in the command line, and you'll see something like this: just withoug red rectangle. 2. Switch to your Visual studio and navigate to page gl201000.aspx or...

Acumatica

Here is just to anounce that the first post in my blog will be about acumatica. If to speak in general acumatica is ERP which from programmers viewpoint is like CMS which is intended for management of the resources at company. It is much cheaper then SAP and it also tries to become competitor of...