Does anyone know how to enable below fields? ```pa...
# general
n
Does anyone know how to enable below fields?
Copy code
packagetrackingnumber: Already present on the Item Fulfillment > Package > Package Tracking Number
1. packagetrackingnumberfedex 2. packagetrackingnumberups 3. packagetrackingnumberusps
t
When you select shipping methods and service from any of these carriers, the corresponding internalid appears. When I found this almost a year ago, I created a map of the shipmethods and sublist field. When other than these three are selected you’ll get the normal packagetrackingnumber field.
I think it’s because NS natively have an integration with them.
n
I checked two IFs with different Shipping Methods but both have the same ID. Example: 1: Ship method: UPS-GROUND The id is packagetrackingnumber
Ship method: FEDEX-GROUND The id is packagetrackingnumber
t
I might not remember the exact thing how it was enabled, but it was an issue, because of it I had built a map for this such as this
Copy code
const CARRIER_SUBLIST_MAP = {
        UPS: {
          sublistId: "packageups",
          field: "packagetrackingnumberups",
          defaultService: "8887",
          shipCarrier: "ups",
        },
        FEDEX: {
          sublistId: "packagefedex",
          field: "packagetrackingnumberfedex",
          defaultService: "3582",
          shipCarrier: "nonups",
        },
        USPS: {
          sublistId: "packageusps",
          field: "packagetrackingnumberusps",
          defaultService: "9671",
          shipCarrier: "nonups",
        }, 
      };
Notice that Sublist as well as FieldID was changing.
I am just thinking out loud, there might be an issue with your item setup of shipping integration setup.
then setup the appropriate carrier and items
t
@battk Sir, Sometimes I wonder what this community would have been if you were not here. I have immense respect for you.
n
Thank you so much guys...
d
Since you guys were just talking "*packagetrackingnumber*" fields, anyone know how to grab / use / evaluate tracking numbers from an Item Fulfillment in a Work Flow? It seems like trackingnumber, linkedtrackingtrackingnumber, packagetrackingnumber -- all not available in a work flow. It is vexing me!
b
workflows have poor support for any sublist not named item