Owner of NetValue Technology. Find us at netvaluetech.com We offer integration implementation and support services for NetSuite, Shopify, 3PL and SalesForce integrations.
I do this by creating a transformation that maps rows[*].boxesperpallet to a string array named boxesperpalletarray. Then, you can do a {{sum boxesperpalletarray}} handlebars expression in your imp...
Dave here - Seems to be up and running again.
Hi Everyone - I'm loading a good number of FBA transactions into NetSuite to run tests on a new amazon store setup. I left the connect defaults set to Auto Recover from Rate Limit errors and initi...
Happy to help!
It would be nice if that worked but there's no way to do it using #each. A couple of work arounds... 1. Use transformation 2.0 to iterate through array and populate a string array with your values...
For one of my clients, they do buy in store and ship to home transactions. For this use case, they do need the POS transaction to post a Sales Order and Deposit. So, the device_id filter won't wor...
Hi Nilesh, Thanks for the work around. I'll get that implemented.
Hi, The Shopify transaction to NetSuite customer deposit (add) process has a bug in it. When POS orders from Shopify create Cash Sale records in NetSuite the associated shopify Transaction record ...
No problem Ezriah. I've done that before too!
You need to group each handlebar expression in parenthesis when nesting multiple helpers. {{ceil (divide record.x 40)}}