Skip to content

Instantly share code, notes, and snippets.

@nsmith
Created August 7, 2013 22:06
Show Gist options
  • Save nsmith/6179243 to your computer and use it in GitHub Desktop.
Save nsmith/6179243 to your computer and use it in GitHub Desktop.
Sending a 940 from a transfer order
transfer_proc = Elvis::Processes::Outbound::OhlTransfer.new(CONFIG, CONFIG["netsuite"]["ohl_transfers"], {:warehouse_code => "OCP"})
transfer = NetSuite::Records::TransferOrder.get(:internal_id => 1234)
transfer_proc.send_sales_order(transfer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment