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.
How do you deal with quote marks (to indicate inches) in meta tags
I needed to add the following meta tag code to our templates...
<meta property="og:description" content="<%=getCurrentAttribute('item','storedescription)%>" />
It fails because most of our <storedescription> data contains quotes to indicate inches ...so it gets rendered like this...
<meta property="og:description" content="12"x12" Widget" />
All of the extra quotes make it bomb and show unwanted text in our web store.
I know I could find a workaround, but thought I'd take the shortcut in here and see if anyone already has a way of posting that replaces quotes with acceptable characters.