The Customers form already displays a few fields that are actually stored on the Default Customer Location record (like most of the detail on the Shipping tab). I had a custom field (in DAC, not a UDF) on the Locations table for a drop ship ID that our primary vendor provides for each customer location (Location.usrDropShipID). I’d like to add the drop ship ID for the Primary Location on the customer to the Shipping tab, so that we can populate it during customer setup, just like we do with default warehouse and default Ship Via.
Since the screen is already pulling in data from the default location record, I’m hoping this is as simple as (somewhere) defining this additional field for the form, and then adding it to the Shipping Instructions group just like if I were adding in a stock field from the Customer record.