Hey all i want to get serial numbers from databas...
# integrations
l
Hey all i want to get serial numbers from database to NetSuite and update items can someone show me how to add new serial numbers to existing items using Celigo Thanks
m
This will likely be a 2 step flow (first screenshot): 1. Select the serial numbers from the database (presumably) with an item id 2. Write serial numbers into NetSuite (an “import”) by using the item id to find the items, and mapping the serial number to the NS item’s serial number (second screenshot, though I hacked an existing customer lookup example, you should get the idea)
https://integrator.io/marketplace should have examples that match your use case