How to Print Bin Number on Printing Ticket using Advance PDF Layout in Netsuite?




Hi All,

Some times we want to show Bin Number on Picking Tickets but this functionality is not working for Advance PDF layout,
Netsuite don't have this functionality so administrator need help of Developer for this.

Procedure:

Create a Custom Transaction Column Field on Transaction record
Apply to the record type where you want lets say Sales Order

Write a User Event Script which will get Bin Number from standard field and populate on new Traction Column Field , Apply User Event script to desired record type.

Script will calculate Bin Number for each line and populate on custom traction column field.

Have the Advanced PDF Layout for Picking Tickets print the custom column field.

Please comment below if you have any query.

Thanks
Abhi

Comments