The best way to integrate is to land everything in...
# suitescript
c
The best way to integrate is to land everything into a custom record, then use SuiteScript to process the custom record. You can run it through a queue like Amazon SQS - not only is it a lot cheaper, it also performs better.
s
not sure about the celigo part, but I agree with you that in general if the users are going to error handle on NetSuite, custom record to store the information to be processed in a custom record is the way to go especially for reprocessing and error handling
heck actually for reprocessing, i'd actually suggest the data transformation to be done and then worked to do stuff via task module and csv import, that's probably the most user friendly a script can actually be, since the user can then edit the csv to submit for reprocess