Isaac Rumbold
04/28/2025, 5:31 PMCeligo AI
04/28/2025, 5:31 PMAI generated answer (using internal Slack threads):Yes, there is a way to bulk upload images to a record in NetSuite. Here are the steps: 1. First, you need to upload your images to the NetSuite File Cabinet. You can do this by zipping up your images and using the
Advanced Add
button in the File Cabinet to upload the zip file.
2. After uploading the images, you need to get the internal IDs of these images. You can do this by navigating to the File Cabinet and opening each image file. The internal ID will be in the URL.
3. Once you have the internal IDs of the images, you can use these IDs to set the image field of your items during the CSV import. In your CSV file, you would have a column for the image field, and in this column, you would put the internal ID of the image you want to associate with each item.
4. When importing the CSV file, map the image field in your CSV to the corresponding image field in NetSuite.
5. Finally, use the CSV Import Records
feature to import your items along with their associated images.
Please note that you can also use record.SubmitFields
to programmatically set the image field of an item record to an image's internal ID.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
04/28/2025, 5:31 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844391823
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840491474
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.833536565
Celigo AI
04/28/2025, 5:31 PM