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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
thumbnails id
Hi,
I want to display items thumbnail (which is in file cabinet >Images > Item Display Thumbnail) via suitelet form, when using nlapiGetFieldValue('storedisplaythumbnail'), it returns the internal id for the thumbnail, I tried to use it with img tag with the internal id, but there is no standards for the images URL, what can I use to display the thumbnail?
I tried to use the following code.
var img = nlapiLoadRecord('image', item.getFieldValue('storedisplaythumbnail'));
var imghtml = img.getFieldValue('media');
while item.getFieldValue('storedisplaythumbnail') returns thumbnail internal id
but it also returns error since image is not the id for the images record, Whet can I use instead of 'image'?