Solution
Author: Hari Krishnan
Print multiple page copies on single print PDF
Solution To print multiple copies of page in PDF template use <pdfset> tag Example <pdfset> <body> .. ….. </body> </pdfset> <pdfset> <body> .. ….. </body> </pdfset> While clicking on print, this prints 2 copies of that same page. The contents written on the pdfset tag considers as one page.
Grouping same items in the PDF template
Solution
Enable Item Display Image on Saved Searches
To show display images of Items in search, the ‘Web Store‘ feature needs to be enabled on Netsuite. To enable the Web Store feature, navigate to Setup > Company > Enable Features > Web Presence tab > Web Site section. This will provide you two fields in searches Store Display Image and Store Display Thumbnail fields which help to display images of items on saved searches. Note: Using the Formula(text) field to pull… Continue reading Enable Item Display Image on Saved Searches
Extract data from XML body
Solution Below given a sample XML body From this, we can extract data using the below sample code var fileContent = fileObj.getContents(); //if xml data is in file //Parse XML to a variable var xmlObj = xmlMod.Parser.fromString({ text: fileContent }); //Getting values from 945 XML file //Traverse to each node var orderheader = xmlMod.XPath.select ({… Continue reading Extract data from XML body
Proposal for Adrenalin-Netsuite Integration
Proposal Summary Neutrinos would like to integrate Netsuite Employees Record with employee data in Adrenalin Requirement Neutrinos needs to integrate the Master Data Employees from Adrenalin to Netsuite. Also would like to migrate existing employee records from Adrenalin to NetSuite. Our Solution Employee Integration from Adrenalin to Netsuite Prerequisites We will provide the consumer key,… Continue reading Proposal for Adrenalin-Netsuite Integration
Proposal for Invoice Templates
Proposal Summary Neutrinos would like to have different invoice templates Requirement Neutrinos would like to have different Invoice Templates – Product Subscription, Product Implementation Fixed Bid and Time and Material (TnM). They have the following suggestions about the invoices. Product Subscription Invoice While raising this invoice, we should be able to capture the customer’s name… Continue reading Proposal for Invoice Templates
Proposal for Inventory Count and Adjustment Enhancement
Proposal Summary Flowco needs to have enhancements on Inventory Count and Inventory Adjustments. Requirement Flowco needs to have the following enhancements on Inventory Count and Inventory Adjustments. Currently, the Inventory Adjustment is not having reference to the corresponding Inventory Count. So they need to have a hyperlink on the Inventory Adjustment record back to the… Continue reading Proposal for Inventory Count and Adjustment Enhancement
Proposal for PDF Template – Commercial Invoice
Proposal Summary Magswitch would like to have a new Advanced PDF Template – Order Confirmation for MTE Sales Orders Requirement MTE is currently using the standard form as the USA. So, they want a new Advanced PDF template – Order Confirmation. Auto-Population Discount Unit Price and Net Price needs to be Calculated Layout Our Solution… Continue reading Proposal for PDF Template – Commercial Invoice
Proposal for Viton Seal Calculator
Proposal Summary Flowco would like to automatically calculate the Viton seals on the Sales order Requirement Flowco has items that require Viton Seals/washers. So, they need to automatically calculate the number of Seals required for replacement based on the item record(V1 size, V1 Qty, V2 size, V2 Qty) and need to add additional lines to… Continue reading Proposal for Viton Seal Calculator