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.
Inline HTML
I created a custom Inline HTML field on our item records that defaults to this:
<img src="{custitem_image_url}">
I changed it so that it read like this:
<img src="{custitem_image_url}" width="200" height="200">
I had this working previously where the custitem_image_url is a field that contains a direct link to an image. I tried to change part of the code to resize the images so that they were all uniform across the board. That didn't work, I ended up with ERROR: Invalid Expression. So I changed it back to what I have posted above and I am STILL getting that error. Like I said, it was working fine previously and now it's throwing up that error anytime you go into an item record. Yes the formula box is checked.