Ship To Num instead of Name

How do you change the drop down select menu on Customer Shipment entry for Ship To, to display the Ship To ID code instead of the ship to name?

Our users are better served by seeing the number rather than part of the name.

You’d be better served adding a read-only field as a foreign key view keyed of this field value (plus the custNum)

I think this is one of those “favors” that Epicor does for you. Where the field is bound to the Code, but displays the Name or Description.

You could add a Textbox control and bind it to `ShipHead.ShipToNum, like:

image

1 Like

Yes, I ended up doing something like that. Just figured I ask if there was a way to undo that “Epicor favor” as you put it.