GetLabel

Shows the shipment Label again.

Example Usages

let result = await app.businessFunction({
  functionName: "DhlShiping",
  methodName: "GetLabel",
  shipmentNumber: app.getFieldValue("cordShipmentNumber"),
});
window.open(result.labelUrl, "_blank");

Last updated