Inventory Detail Is Not Shown in the Picking Ticket Printout When Using Advanced PDF/HTML Template

Scenario The Inventory Detail can be printed in the Picking Ticket using Advanced PDF/HTML Template by using {item.inventorydetail} code. In an instance that the value of the Inventory Details are not shown in the printout, make sure that the inventory detail sublist field is shown in the Custom Transaction Form.   Solution   Navigate to Customization > Forms > Transaction… Continue reading Inventory Detail Is Not Shown in the Picking Ticket Printout When Using Advanced PDF/HTML Template

How to Display a Custom List of Items in Transactions

To display a custom list (such as an item search result) in the items sublist of a transaction record, you can achieve this by linking the saved search to the item filter field in a custom transaction form. Default Item List: Create and save an item search. Add the saved search to the item filter… Continue reading How to Display a Custom List of Items in Transactions

Unable to Select Warehouse Location After Selecting WMS

Scenario User has no option to choose or select a Warehouse Location after selecting WMS on SCM Mobile Application. The Location defaults to Location A.   Solution 1. View the employee record 2. Edit the record 3. Remove Location A on the Location field on the main line 4. Click Save

Effects of Disabling WMS MAKE WH SITE on Location Record

As per field level help, user can enable the WMS MAKE WH SITE preference on the Location record to make it a Warehouse Site for WMS Lite.  Once the location becomes a warehouse site, user can then use this location for processes allowed by WMS Lite. The processes that can be performed in WMS Lite… Continue reading Effects of Disabling WMS MAKE WH SITE on Location Record

Uploading a file to an FTP server N/sftp

var connection = sftp.createConnection({ username: userName, passwordGuid: passGUID, url: URL, directory: ‘/’, hostKey: hostKey }); //if you have a xml content or json content, create them as a file and upload to FTP //Module: N/file :> file var FileToUpload = file.create({ fileType: file.Type.PLAINTEXT, name: XMLfileName, contents: soData, //here soData refers to a xml body });… Continue reading Uploading a file to an FTP server N/sftp

Enhancing NetSuite Dashboards with Custom Portlet Scripts

NetSuite’s flexibility allows developers to create custom portlets for enhancing dashboard functionality. Portlets provide a space to display dynamic data, making it easier for users to access relevant information directly on their dashboards. Using SuiteScript, developers can design custom portlets to display information tailored to specific business needs. A common use case is creating a… Continue reading Enhancing NetSuite Dashboards with Custom Portlet Scripts

How to Use Suitelet for Inventory Adjustment in NetSuite

NetSuite’s Suitelet functionality is a powerful tool for creating custom user interfaces and workflows. When used for inventory adjustment, Suitelets provide a seamless way to manage stock updates and ensure accurate inventory tracking. Here’s a step-by-step guide on how to use a Suitelet for inventory adjustment: Step 1: Define the Suitelet Script The Suitelet script… Continue reading How to Use Suitelet for Inventory Adjustment in NetSuite

MarketTime and NetSuite Integration: Enhancing Efficiency and Data Accuracy

MarketTime and NetSuite integration offers businesses a streamlined way to synchronize critical data, ensuring seamless operations across sales, inventory, and customer management. By connecting MarketTime’s powerful order and customer management platform with NetSuite’s robust ERP system, organizations can automate data transfers, reduce manual errors, and improve operational efficiency. The integration focuses on key areas, including… Continue reading MarketTime and NetSuite Integration: Enhancing Efficiency and Data Accuracy

Streamlining TDS Compliance with ClearTax Integration in NetSuite

ClearTax integration with NetSuite provides an efficient solution for managing Tax Deducted at Source (TDS) compliance by automating calculations, reporting, and submission processes. This integration ensures accurate TDS tracking and timely submissions, reducing manual errors and streamlining workflows. The ClearTax script in NetSuite dynamically calculates TDS for transactions like Vendor Bills and Invoices by fetching… Continue reading Streamlining TDS Compliance with ClearTax Integration in NetSuite