Hey Wade, So, here’s a high level workflow on how IO export runs : Export gets Triggered by IO and a request is send to NS with searchId IO’s NS code executes the search in chunks (gets records ...
Hey Joshua, IO import iterates an array generated from the export each object at a time. What is happening most likely in your case is that the SQL Export is generating an array of objects mostly l...
Hey Wade, The preSend hook receives a set of options as defined here (similar to preSave hook). You can review the debug logs in a RESTlet that comes with integrator.io bundle called "Celigo Realti...
Hey Wade, You can write a SuiteScript preSend hook (pretty similar to preSavePage hook on IO), but it runs inside of NetSuite. You can configure a NetSuite export with a search that returns interna...
Hi David, Unfortunately, this is a weird NetSuite behaviour only applicable for Item Fulfilment (best guess is because NS support different package sublist depending upon Shipping method). To solve...
PostSubmitHook function contract looks like following : /* * postSubmitFunction: * * The name of the function can be changed to anything you like. * * The function will be passed an 'options' ...