Category: Troubleshooting

Troubleshooting

How to use Excel sheet to Update NetSuite?

Large organizations systems often based on one backbone ERP system incorporation with other subsidiary systems. To update and to be updated, these subsidiary systems requires imports and export operations; As #1 Cloud ERP Netsuite provides various integration options for the external systems. These options includes CSV import export, WebServices, ODBC. This article is for those […]

How to Setup Work Center Calendars in NetSuite?

Work Centers help production managers to manage resources by grouping them together and applying that group to a particular process in a manufacturing process. Works Centers are static NetSuite groups which are designated as manufacturing work centers. To perform this work center management in an efficient way, Work center calendars help production managers to manufacture […]

How to design Loyalty Points System in NetSuite

In today’s competitive market the concept of giving loyalty points to customers is getting popular day by day. Although NetSuite doesn’t have a default loyalty points module at the moment, it’s fairly simple to implement this functionality in NetSuite by following the below guidelines:- Prerequisite: Creating Two Accounts: Creating Discount Item(s): Design: The loyalty points system basically […]

Create Excel Sheet through Suitelet

Use the following sample code to create an XLS file in NetSuite’s Suitelet. // XML content of the file var xmlStr = ‘<?xml version=”1.0″?><?mso-application progid=”Excel.Sheet”?>’; xmlStr += ‘<Workbook xmlns=”urn:schemas-microsoft-com:office:spreadsheet” ‘; xmlStr += ‘xmlns:o=”urn:schemas-microsoft-com:office:office” ‘; xmlStr += ‘xmlns:x=”urn:schemas-microsoft-com:office:excel” ‘; xmlStr += ‘xmlns:ss=”urn:schemas-microsoft-com:office:spreadsheet” ‘; xmlStr += ‘xmlns:html=”http://www.w3.org/TR/REC-html40″>’; xmlStr += ‘<Worksheet ss:Name=”Sheet1″>’; xmlStr += ‘<Table>’ + ‘<Row>’ + ‘<Cell><Data […]

Hello, How can we help you?