I am getting this error when I try to create an invoice in netsuite from Integrator 'invalid postMap hook response: expecting canonical data response with same size'
@justinvidal is this a custom flow? Can you provide some screenshots of your flow configuration? Sounds like the error is within a NetSuite SuiteScript hook.
@justinvidal is there a reason you're using a suitescript as opposed to using the functionality we have within Celigo to transform records? Check out this article and see if you could do this as opposed to suitescript https://connective.celigo.com/t/how-to-transform-record-to-netsuite/1451
hi! I'm getting the same type of error on the Credit Memo creation step of the Shopify to Netsuite refund flow.
Sometimes I'm able to resolve it by retrying the error, sometimes it persists.
Any leads are appreciated!
@roxanecosnarddesclos if you're using the integration app, I'd suggest creating a support ticket. I can't really help troubleshoot for those.
@justinvidal Make sure you are returning response data at the end of your script.
Ex. return options.responseData;



