Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Display image in a suitelet
Hi
I'm trying to display an image in a suitelet.
I need to get the image associated with an item record which is in the Item Display Image field.
When I get the value in this field, it returns an internal id of the image.
I know there is a record file for each image which has 3 url's.
Example:
http://shopping.netsuite.com/core/media/media.nl?id=257&c=360822&h=d9a7cd037b893b2e6b88
I noticed that each url has 3 parameters:
id, c, and h.
id and h are always different.
I know what id is but I do not know what h is for each image so I can't hard code the url and just add the id to the id parameter.
0