Single Item fulfilment based on Sale Type in NetSuite WMS

Requirement AMVOP would like to implement a new solution for fulfilling the sales orders by truck and a single fulfilment record should be created for one truck. The fulfillment of the sales order will be done only by scanning each pallet which are created from the work order completion record. The sales order sales type… Continue reading Single Item fulfilment based on Sale Type in NetSuite WMS

Purchase Requisition in NetSuite

Creating NetSuite Purchase Request with the Employee Center Role To use NetSuite’s Purchase Request the feature will need to be enabled by an Administrator by going to: Setup > Company > Enable Features > Employees > Purchase Request Once enabled, it is important to ensure all employee / supervisor relationship are correctly setup and limits… Continue reading Purchase Requisition in NetSuite

Transaction Line Limit in NetSuite Account

Transaction line use directly impacts your Netsuite service tier because of how Netsuite’s service tiers scale with use. Simply put, the more transaction lines you use, the higher your service tier will be. For this reason, it’s critical to have a clear understanding of the distribution of transaction lines across the types of transactions you create. Understanding this data can help you identify opportunities to… Continue reading Transaction Line Limit in NetSuite Account

Zones in NetSuite WMS

The Zone Concept  Understanding the zone concept is important during any WMS implementation, specially Netsuite WMS. A zone is the logical arrangement and/or segregation of product or material within a physical warehouse. Zones allow warehouse managers to use space effectively, maximize warehouse productivity, reduce storage costs, and standardize processes by making storage activities predictable and… Continue reading Zones in NetSuite WMS

NetSuite Connector: Saved search Export to FTP using a export Bundle

If you have a Netsuite Connector and need to export Saved Search results, the saved search export records in NetSuite can be configured to any File Transfer Protocol (FTP). NetSuite Connector uploads the saved search results to the configured FTP. You might be first interested in the Netsuite Connector. What is Netsuite Connector? NetSuite Connector (formerly called as FarApp) allows you to set up data mapping… Continue reading NetSuite Connector: Saved search Export to FTP using a export Bundle

NetSuite Integration Governance

 Integration Governance helps manage the multiple 3rd party integration calls or internal script requests. It is very likely you may run into a concurrency issue if your NetSuite environment is heavily customized with scripts, have several API or EDI connections such as marketplace integrations (Amazon, eBay, HomeDepot, etc), and/or have 3PL connections. NetSuite limits the number… Continue reading NetSuite Integration Governance

Proposal for Shopify- Netsuite Integration

Proposal Summary  This proposal is to integrate Shopify with NetSuite, and develop the sync between Item and Cash Sale Returns sync.  Requirement  Kelley’s Kookies requires to integrate the following features from Shopify to NetSuite and NetSuite to Shopify:  Orders from Shopify to NetSuite  Products Sync from NetSuite to Shopify  Inventory levels from NetSuite to Shopify … Continue reading Proposal for Shopify- Netsuite Integration

Function to get internal ID of Stock unit in account with Multiple units of measure

/** * @description Function to get internal ID of the stock unit * @param unitname – unit name * @param Wine_packsize – size need to be find out * @returns {*number*} */ function getStockUnit(unitTypeInternalID, unitname, wine_packsize) { log.debug(“unitname”, unitname); if (checkForParameter(unitTypeInternalID)) { var unitRec = record.load({ type: record.Type.UNITS_TYPE, id: unitTypeInternalID, isDynamic: false }); var linecount… Continue reading Function to get internal ID of Stock unit in account with Multiple units of measure

Single Saved search for fetching multiple SKUs

Saved search for fetching the items based on the SKUs /** * @description Saved search for fetching the items based on the SKUs * @param itemArray {Array}- Array of items in each Wineye order * @returns {Array} */ function fetchItemID(itemArray) { var stringArr = ”; var filter_name = ‘itemid’; for (var i = 0; itemArray.length… Continue reading Single Saved search for fetching multiple SKUs

Proposal for Vend POS- Netsuite Integration

This proposal is to integrate Vend POS with NetSuite, and develop the sync between Item, Customer, Sales Order, Fulfilment, Payments, Vendor, Purchase order, Fulfilment, and Inventory level sync. Requirement The client requires to integrate the following features from Vend to NetSuite and NetSuite to Vend: Orders from Vend to NetSuite Orders from NetSuite to Vend… Continue reading Proposal for Vend POS- Netsuite Integration