Documents
HomeGlossary
Learn NetSuite
Learn NetSuite
  • Introduction
  • Integration Tools and Methodologies
    • SuiteScript
      • N/Task Module
      • N/Record Module
      • N/Search Module
      • N/File Module
    • Saved Search
    • Integration Methodologies
    • NetSuite
    • HotWax
  • Integration Flows
    • Inventory
    • Sales Orders
      • Order Approval
      • Order Allocation
      • Fulfillment
      • Invoicing
      • Shipping Methods
      • Gift Card Orders
      • POS Orders
      • Send Sale Orders
      • Reports
    • Returns
    • Exchanges
    • Kit Products
    • Transfer Orders
      • Warehouse to Store
      • Store to Warehouse
      • Store to Store
      • Reports
    • Cycle Count
    • Purchase Orders
  • NetSuite Deployment
    • Deployment
    • SDF Bundle Setup
      • Install SDF
      • Setup SFTP
      • Date Time Format
    • Prerequisites
      • Install NetSuite Jobs
      • Product Store Settings
      • SFTP Locations
      • Historical Customers
      • Shipping Methods
      • Price Level
      • Payment Methods
      • Promo Codes
      • NetSuite Facility Group
  • Synchronization Flows
    • Auditing
    • Products and Inventory
      • Product IDs
      • Inventory Reset
    • Orders
      • POS Cash Sales
      • Sync Customer
      • Sync Order IDs
      • Approve Orders
      • Reports
    • Allocation & Fulfillment
    • Transfer Orders
    • Purchase Orders
    • Integration Mappings
      • Payment Methods
      • Discount Codes
      • Price Levels
      • Shipping Methods
      • Facility Group
  • Troubleshooting
    • Failed SuiteScripts
    • Error Logs
    • Failure Notifications
    • Order Sync Failure
Powered by GitBook
On this page
  • Export transfer order from NetSuite
  • Import the transfer order into HotWax
  • Export received transfer order from HotWax
  • Report for over and under received

Was this helpful?

Edit on GitHub
Export as PDF
  1. Synchronization Flows

Transfer Orders

Dive into the seamless synchronization of Transfer Orders between NetSuite and HotWax for streamlined inventory management.

Follow these steps to enable the Transfer Order sync between NetSuite and HotWax for receiving in the HotWax Receiving app. To learn more about this integration, read the full NetSuite integration.

Export transfer order from NetSuite

Schedule the Export Transfer Fulfilled Transfer Order SuiteScript in NetSuite

HC_generateCSV_FulfilledTransferOrders

Verify files are being placed onto this SFTP

/home/{sftp-username}/netsuite/transferorder/fulfillment-nifi

Import the transfer order into HotWax

When fulfilled transfer orders are imported from NetSuite, they also require inventory deduction from the source location. This extra deduction is handled in the HotWax integration layer.

Schedule a job in the HotWax integration layer to consume this file and create a file for inventory deductions at the origin location of the fulfilled Transfer Order and also move the original file to an SFTP location for the OMS to consume

Inventory deduction from origin file SFTP location

/home/{sftp-username}/hotwax/InventoryDelta
/home/{sftp-username}/hotwax/InventoryDelta/archive

Inbound shipment at destination for receiving file SFTP location

/home/{sftp-username}/netsuite/transferorder/fulfillment
/home/{sftp-username}/netsuite/transferorder/fulfillment/archive

Schedule the import job for this file from the Inventory page in the Job Manager application

Import fulfilled Transfer Orders from NetSuite
FTP Configuration

Transfer orders are now available to receive in the HotWax Receiving application.

Export received transfer order from HotWax

Schedule a job in the HotWax integration layer to export a feed of received Transfer Orders to an SFTP location to be consumed by a SuiteScript in NetSuite

/home/{sftp-username}/netsuite/transferorder/receipt

Report for over and under received

Schedule a report in Tathya for over and under received items

PreviousAllocation & FulfillmentNextPurchase Orders

Last updated 11 months ago

Was this helpful?