https://netsuiteprofessionals.com logo
Title
n

Nicholas Penree

11/09/2021, 2:15 PM
@PlanetJupiter they should be in the packages sublist
const trackingNumber = itemFulfillment.getSublistValue({
      fieldId: 'packagetrackingnumber',
      sublistId: 'package',
      line: 0
    });
should be able to iterate the package sublist for all packages and pull the tracking number out for each
1