Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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.