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.
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.