Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.