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!
Set Column Width in Saved Search
I've been able to do this in the past but I can't seem to remember the proper HTML or syntax to get this done. What I'm trying to do is set the width of a certain column to 200 pixels no matter what is in the field.
Currently I have a Formula (Text) set to:
<table width="200"><tr><td>{customfield}</td></tr></table>
This is giving me the "Error: Invalid Expression" statement. I've tried many different variation of the above but can't seem to get it correct and its driving me nuts! Any advice from more seasoned HTML experts?