Hi everyone,
I’m facing a strange issue in a customization for POOrderEntry.
I have a custom DAC TwTransportThl linked to POOrder by OrderType/OrderNbr, displayed in a grid under a “Transport” tab.
The DAC includes fields like CountryID, State, AddressLine1, TransportType, etc.
The behavior:
When I change CountryID the first time everything works fine, one row is updated and TransportType stays as selected.
When I change CountryID again and saves the grid suddenly shows two rows and TransportType resets to the default value “LO” (from [PXDefault]).
If I delete that default, the field becomes empty.
Tseems related to postback/CommitChanges