Create export for read the sales order details from the NetSuite and create lookup to get the shipment details from the shipbob(third party). In the response mapping of the lookup, assign the data to lineDetailsLookup In the Import side, click the one to many option yes and mention the response mapping in the path field… Continue reading Create multiple item fulfilment in the NetSuite using Celigo
Author: Magi Thomas
Create a file in the filecabinet
How we can read the data from XML format
Xml code =
Convert time to Uk time
Error: ‘Inventory Revaluation is no longer the first transaction in the item’s history’.
This error occurred when we tried to create inventory adjustment first time for an item. You need to create inventory cost revaluation to solve the issue. Go to Transaction> Inventory> Revalue Inventory Cost> New. Create inventory cost revaluation. After that, you can create inventory adjustment in the NetSuite. .
Replace special characters in Script
How we can add filter to the saved search and replace existing filter using script
Equation to convert the unit to base unit in workbook
Convert the backordered quantity to it’s base unit Backordered qty = {tranline.quantitybackordered}/{tranline.item^item.stockunit.conversionrate}
Show the data based on UK time using suitelet
Show the saved search data based on the Uk time using the suitelet
MY API in Celigo
My APIs are custom HTTP endpoints built directly in integrator.io, which client applications can invoke. They are simply custom-made endpoints. Usually, integrator.io initiates a transfer between applications; however, with My API, integrator.io receives a request from an external application to trigger a flow, export, or import. The external application sends a request and receives a response from My API.… Continue reading MY API in Celigo