Modules

filter

 

Objects/Functions

module (N/render)

SuiteScript 2.0

render.pickingTicket(options)

{render}.pickingTicket({entityId: {number*},printMode: {string},formId: {number},shipgroup: {number},location: {number},inCustLocale: ${7:boolean}})

N/render Module
render.pickingTicket()
Method Description: Use this method to create a PDF or HTML object of a picking ticket.
Returns: file.File that contains a PDF or HTML document
Supported Script Types: Server-side scripts For more information, see SuiteScript 2.0 Script Types.
Governance: 10 units
Module: N/render Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=render.pickingTicket(options)

Example:

// Code Example 1
//Add additional code
//...
var transactionFile = render.pickingTicket({
entityId: 23,
printMode: render.PrintMode.HTML,
inCustLocale: true
});
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_456921936034.html