Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Suitelet > serverwidget > list > Add image without resizing
Has anyone ever successfully added an image on a suitelet list? Here's my sample code:
var arList = ui.createList({
title : "A/R Aging with % of Total"
});
arList.addColumn({
id : 'column9',
type : ui.FieldType.IMAGE,
label : "Image"
});
arList.addRow({
row : { column9 : imgValue }
})
My problem is that NetSuite resizes the image. I want to add the image using the original image size. I proved this by inspecting the element. NetSuite is adding the following parameters to the image: resizeid=-3&resizeh=80&resizew=80
"https://system.na2.netsuite.com/core/media/media.nl?id=266706&c=1124108&h=a097c96ea8d53179fb8b&resizeid=-3&resizeh=80&resizew=80
Thanks and regards,
Lea Columna
We do the heavy lifting for your NetSuite Development projects so you can focus on growing your business.