Following questions can be asked to leads to NetSuite to understand about their business and determine the correct NetSuite edition and modules required. Product Based Questions How many users would you need to access your ERP? What is the breakdown of those users (warehouse, retail store front, financials, order entry, etc). Approximately how many order… Continue reading NetSuite Questionnaire to Define NetSuite Modules for Implementation
Author: Rosemol Joe
Subsidiary Hierarchy Modification Feature
Usually, we cannot change the parent-subsidiary once set. However, NetSuite has a feature to specify a period during which authorized users can modify the subsidiary hierarchy. The maximum number of days is 30. You must accept the license agreement before you can modify your subsidiary hierarchy. Once the feature is enabled users cannot assign the… Continue reading Subsidiary Hierarchy Modification Feature
Creating Custom Advanced Templates for Pick Tickets
How do we add custom fields to a pick ticket You can modify pick tickets generated from released waves by customizing the advanced print template, Standard Pick Ticket/Pick Report PDF/HTML Template. You can display more fields on a pick ticket, update the field arrangement, and perform other such customizations. If you want to display more… Continue reading Creating Custom Advanced Templates for Pick Tickets
Creating a Custom Pick Ticket Saved Search
Ref : https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_158265656918.html To create a custom pick ticket saved search: Using the Administrator role, go to Lists > Search > Saved Searches.From the Saved Searches list, click the Edit link next to any saved search. On the address bar of the saved search page, replace the id value of the URL with -4389, without changing any other part… Continue reading Creating a Custom Pick Ticket Saved Search
Limitations on Exports to PDF
Exported PDFs have some output limitations. If your export includes more than 10,000 rows, exporting them to PDF may cause an error. Also, if your export includes a large number of columns or extremely long field values, you may encounter formatting issues. To avoid performance problems, exports with more than 30 columns are not supported.… Continue reading Limitations on Exports to PDF
Script to replace Accented characters and remove Special Characters from a field
In order to do so, the script concerning the Field needs to be changed and should contain the following: 1. Get the value of the desired field through objRecord.getValue() 2. Replace all characters with accents to their corresponding letters 3. Remove all special characters 4. Set the new value of the desired field through objRecord.setValue()… Continue reading Script to replace Accented characters and remove Special Characters from a field
Tip for Company Logo
Uploading your logo to the File Cabinet enables you to print it on all forms except checks. You also can display your logo in your Customer, Partner or Vendor Center, and your website. Logo files must be in GIF or JPG format, and the file size should be less than 10 KB. To print your… Continue reading Tip for Company Logo
Discount and Shipping Cost not showing in PDF even if inline discount shipping is enabled
Scenario The customer would like to show discount and shipping cost in the sales order pdf as inline. It should be shown even if the PDF is generated via print PDF icon or using Suitelet script. The current PDF is as below. Solution Ensure that following feature is enabled in the NetSuite account Check this… Continue reading Discount and Shipping Cost not showing in PDF even if inline discount shipping is enabled
Wave PDF Sample
Here is a sample code for wave PDF using the advanced PDF feature in NetSuite
SuiteScriptError : OVER_FULFILL_DISALLWD
Scenario: User wants to over-fulfill a Dropship Transaction. Error : You can not over-fulfill an item unless you have selected the ‘Allow Overage on Item Fulfillments’ preference. Solution Navigate to Setup > Accounting > Accounting Preferences > Order Management tab Mark the below preferences: Allow Overage on Item Fulfillments Allow Overage on Item Receipts