function suitelet(request, response){
var form = nlapiCreateForm('Form with Image');
form.addField('custpage_image','inlinehtml','image'); // add the url of the image
var img = "https://system.na1.netsuite.com/core/media/media.nl?id=4&c=TSTDRV1111111=dc3656a2490976013166"; // Use the url in file cabinet
form.setFieldValues({custpage_image:image_tag});
response.writePage(form);}
No comments:
Post a Comment