Proposal summary
This proposal describes the Sticker Print from IF (SSK) in NetSuite.
Requirement
The SSK would like to generate the sticker print from Item fulfillment UI and from bulk print.
Our Solution
The requirement can be achieved by 3 methods.
Field mapping

- Item fulfillment. custbody_license_plate/ Item fulfillment. document number
- Item fulfillment.custcol_ssk_so_item_vendor if custcol_ssk_so_item_vendor blank then Item fulfillment.item name
- Item fulfillment. customer
- Item fulfillment. item description.
- static value ชื่อผู้รับ
- Item fulfillment. shipping Attention if Item fulfillment. shipping Attention is blank then Item fulfillment. shipping Addressee
- Item fulfillment. shipping Address1 + Item fulfillment. shipping Address2 + Item fulfillment. shipping Address3 + Item fulfillment. shipping City + Item fulfillment. shipping Zip
- static value โทร. + Item fulfillment. shipping Phone
- static value ชื่อผู้ส่ง
- Company Information .custrecord_rapid_tht_company_legalname
- Company Information.custrecord_company_phone
- Sales Order > Zone > customrecord_ssk_zone. Zone code (Currently the field custbody_ssk_zone is not applied to the item fulfillment form. So, we will fetch the value from the sales order.)
Method 1:
We have to create an Advanced PDF/HTML template and that can be applied to a new custom form. So user can use that form in bulk print to print the item sticker.
Risk
- The user can’t print the item sticker PDF from the Item fulfillment UI if we are not setting the new form as preferred. And if we set that the new form is preferred, then the user cannot print packing slips using other templates directly from IF.
Method 2:
We can add the custom button in the item fulfillment record using script. Users can take the Sticker print by clicking on this button. The print will be generated by creating the layout and fetching the data using the script
Risk
- The user can take sticker print only from the custom button added on the IF Record UI
Method 3:
We have to create an Advanced PDF/HTML template and custom form. So we can print the item sticker print from the bulk print page using this template.
Also, we can add a button in the item fulfillment to print the item sticker from IF Screen by rendering the Advanced PDF/HTML template. So user can take the sticker print by clicking the button in the item fulfillment record.