Shows the shipment Label again.
let result = await app.businessFunction({ functionName: "DhlShiping", methodName: "GetLabel", shipmentNumber: app.getFieldValue("cordShipmentNumber"), }); window.open(result.labelUrl, "_blank");
Last updated 6 months ago
Was this helpful?