How to modify PXIntList dynamically in Acumatica 04 July 2019 Hello everybody, today I want to leave a short code sample on how to modify PXIntList or dropdown list in Acumatica. Below goes code sample of it: protected virtual void _(Events.RowSelected<CROpportunity> e) { if (e.Row == null) &n... Read more on How to modify PXIntList dynamically in...