Print Picking Ticket on Saved Search

We can use Formula(HTML) for the same with the given formula below, To open the link in new window add target=”_blank” Case When {type}=’Sales Order’ Then ‘<a href=”https://1208265.app.netsuite.com/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber=236&trantype=salesord&&id=’||{internalid}||’&label=Picking+Ticket&printtype=pickingticket” target=”_blank”>Print Picking Ticket</a>’ End The 1208265 is the NS account IDThe 236 is the internal ID of Picking ticket form.

Error in printing Picking Ticket

When we try to print picking ticket from Sales Orders with ‘Billed’ status an error message as shown below. This is because of the NetSuite behavior.It is not possible to print the picking ticket from sales orders with ‘Billed’ status. When we try to print picking ticket from sales orders with status other than ‘Billed’… Continue reading Error in printing Picking Ticket

Print Picking Ticket Field value changes from True to False reason

When a user prints a Picking ticket from a sales order record, then the field value of that ‘print picking ticket’ on the sales order’s system note, will be changed from False to True for the first time. If the sales order is partially fulfilled, then after the user prints the picking ticket for that… Continue reading Print Picking Ticket Field value changes from True to False reason

Proposal For Showing a banner on sales order record on Re-printing the Picking Ticket

Proposal summary  The proposal covers the new customization in the sales order record which is to show a warning banner when re-printing the picking ticket within 24 hours.  Requirement  Show a cautionary banner on opening a sales order record when the user is trying to print a picking ticket for a sales order that already… Continue reading Proposal For Showing a banner on sales order record on Re-printing the Picking Ticket