Hello all,
I have been trying to add a new field - Ship Via, which is similar to the one present under the Shipments (SO302000) screen.
As far as what i did is, have added as below:

The Code under Custom Attributes section:
[PXDBString(20)]
[PXUIField(DisplayName="Ship Via")]
[PXSelector(typeof(Carrier.carrierID), DescriptionField = typeof(Carrier.description))]
Is this correct?

