Loading ...

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

How To Work With Selector

Hello everybody, today I want to write few words how to work with selectors in Acumatica. So, imagine, you have the following selector in Acumatica: <px:PXSelector ID="NmbUsrBillPMTask" runat="server" DataField="UsrBillPMTask"/> In order to make it work as selector, you need to do the follo...

Redirection Types In Acumatica

Hello everybody, today I want to notice what kind of redirections are available in Acumatica: PXRedirectRequiredException opens the specified application page in the same window or a new one. By default, the user is redirected in the same window. PXPopupRedirectException opens the specified appl...