Loading ...

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

Custom Selector In Acumatica

Greetings to everybody, today I want to document how to make selector in Acumatica.  I had the following use case: 1. Acumatica dropdown, which can have three values ( for example a, b, c) .   1.1 In case if user select option a, I need to show in PXSelector values from Table A with som...