Hi,
Does anyone have a list of what fields are available to be displayed on a Carton / oLPN label? If you have the exact SQLs that get run to populate the labels, that'd be great, too. We're just starting a project to have the store's location for a product printed on the carton label (just for single-sku labels). The plan is to have their location bridged into WMS on the incoming store_distro into a currently-unused field. If we can have the carton label queries directly reference whatever store_distro field we end up using, that'd be ideal. Failing that, we'd want to find a field that's available to the carton labels that gets inherited from the store_distro table. Lastly, if we can't find an already-inheritted field, we could write our own thing to force the inherittance.
My understanding is that the carton label queries are currently hard-coded somewhere in the PkPrintCartonC program or something, so they're not configurable.
Thanks.