Loading ...

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