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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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