Develop the Label PDF template

OTGN-776 Develop the Template as per the given mockup and dimensions The number of IFs in the print document will be based on the number of IFs selected in each pagination. And the print will have multiple pages for the same IF based on the number of pallets in  the Pallet information sublist.  Need to… Continue reading Develop the Label PDF template

Transfer PDF From Inventory Adjustment

We need to generate a transfer form print from the inventory adjustment. Our Solution  In the NetSuite standard, we are not able to generate the standard printout for the Inventory adjustment  record. This can be achieved by creating a script for adding a custom button named print transfer order in the inventory adjustment record for… Continue reading Transfer PDF From Inventory Adjustment

Adding custom data to advanced PDF templates

Task: General We can add custom data in advanced PDF templates using the render function. When rendering PDFs using suitelet we can load the Advanced PDF template and inject custom add that should be added to the template. For that, we need to prepare the custom data in an object or JSON format. After that,… Continue reading Adding custom data to advanced PDF templates