Loading ...

Acumatica DAC class generator

Hello everyboydy, today I want to share with anybody mine implementation of DAC class generator. By default Acumatica provides you with DAC class generator which is pretty good. But time from the time I had a need to generate DAC class into text field, and then put it somewhere in my solution, an...

How To Validate Input On Insert

Hello everybody, today I want to document small feature in Acumatica which I can call validation of insert.  As usually if you need to validate some logic of insertion you can use something like RowXXXXd event. But for simple validations you can use PXUIVerify attribute. Below goes example t...

One More Example Of Selectors

Hello everybody, today I want to present one more example of selectors, but the one, that has multiple fields in it.  Consider following code: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...

Three Grids In Acumatica

 Recently I've posted following question on stackoverflow:   I have following request from my customer to be implemented in Acumatica: Create form which have input fields on top. Form should have first grid, which reacts on parameters on top Form should have second grid, which reacts o...