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
  • Add attributes
  • Approve Orders with Attributes

Was this helpful?

Edit on GitHub
Export as PDF
  1. Synchronization Flows
  2. Orders

Approve Orders

Explore the process of approving orders seamlessly within HotWax Commerce.

Scheduled jobs in HotWax Commerce validates order items and marks them "Approved" in a multi-step process.

Add attributes

HotWax internally adds an order attribute, "NETSUITE_ORDER_EXPORTED", to these orders.

Schedule a job in the integration layer exports these orders into a CSV

To change this job's frequency, connect with the integration team.

SFTP file locations of orders where "NETSUITE_ORDER_EXPORTED" should be added.

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

Schedule the following Job from the Orders page in the Job Manager app to apply the order attributes to orders.

Import order attribute
FTP Config: MOD_ORD_ATTR

The 'NETSUITE_ORDER_EXPORTED' attribute has now been added to orders.

Approve Orders with Attributes

Schedule the job that checks for orders that have this attribute added to them and internally hands them off for approval in the OMS.

This job is also in the NetSuite integration layer so it cannot be modified from the Job Manager app.

To change this job's frequency, connect with the integration team.

SFTP locations where the file of validated orders is located

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

Schedule a job in HotWax which consumes this file and approves orders in the file.

Approve Sales Order
FTP Config: IMP_APR_SALES_ORD

Orders have now been approved and will be brokered for fulfillment.

PreviousSync Order IDsNextReports

Last updated 1 year ago

Was this helpful?