Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Intelligent Payment Automation, powered by BILL (aka Bill.com), lets you automate payments, manage vendor details, and bank account information within NetSuite.
The SuiteApp is available to organizations based in the U.S. with a valid U.S. address, or to global customers (except Canada, China, and Japan) with U.S. business subsidiaries. It only supports payments to vendors operating in the United States.
For more information, visit this thread.
Item Display Image via Web/URL
When assigning an Item Display Image or Thumbnail to the item record in NetSuite, it's possible to associate an image to the item which is hosted on the internet somewhere else by choosing ' - New - ' in the Item Display Image dropdown, and when the File pop-up loads selecting 'Web' in the Attach From field. This then makes the URL field editable and you can provide a URL to the image. This image is then used for display throughout NetSuite and the webstore.
I'm trying to set that URL field for multiple items and don't want to have to do it individually. Is this possible to do via suitescript at all? If I were to create a txt file of JSON objects representing an item's internal ID and the URL for its image and use a scheduled script to run through the file, would I have access to the necessary fields on the item record to set that URL on the item?