Thierry at Full Scope Ahead
10/26/2023, 2:46 PMvar transactionFilePDF = render.transaction({
entityId: parseInt(transactionInternalId),
printMode: render.PrintMode.PDF,
inCustLocale: true
});
var transactionFilePDF = render.packingSlip({
entityId: transactionInternalId,
printMode: render.PrintMode.PDF,
formId: packingSlipFormId,
fulfillmentId: transactionInternalId,
inCustLocale: true
});
erictgrubaugh
10/26/2023, 2:47 PMThierry at Full Scope Ahead
10/26/2023, 4:49 PMThierry at Full Scope Ahead
10/26/2023, 4:49 PMerictgrubaugh
10/26/2023, 4:49 PMerictgrubaugh
10/26/2023, 4:49 PMThierry at Full Scope Ahead
10/26/2023, 4:53 PMThierry at Full Scope Ahead
10/26/2023, 4:53 PMerictgrubaugh
10/26/2023, 4:54 PMThierry at Full Scope Ahead
10/30/2023, 5:52 PMThierry at Full Scope Ahead
10/30/2023, 5:53 PMerictgrubaugh
10/30/2023, 6:23 PMThierry at Full Scope Ahead
10/30/2023, 7:52 PMThierry at Full Scope Ahead
10/30/2023, 7:52 PMThierry at Full Scope Ahead
10/31/2023, 1:39 PM