Loading ...

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

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