I have an export from NetSuite that is setup to pull all the items from the item database. In the sandbox, there are about 140k items in total. My "preSavePage" hook filters out some of the items...
I am trying to post a cash refund from Celigo into NetSuite. I am getting an error stating that I must include values for "Customer, Date, and Location. I have the values mapped correctly in dest...
I have a scenario which I am trying to solve. I am getting sent an "exchange" transaction from the POS system that I have to convert to NetSuite cash sales and cash refunds to handle them correctl...
I have setup a saved search to return items from NetSuite that I want to import into a 3rd party system using their POST API. I get the data from NetSuite and I have defined a hook to convert the ...
I have been trying to create a listener in NetSuite that uses the "User Interface" execution context to export records that meet the execution context of "Create, Edit, Inline Edit and Delete. The...
I have many records being sent over from the export side and I need to filter them out to the first import. I can build a filter "loop" to go through each one and determine if it should be handled...
Can someone give me an example of adding or subtracting time for use in a delta export? The problem is that the delta time "lastExportDateTime" in the build URI section comes back with the time zo...