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.
Hyperlinks in Workbooks
I created a dataset and workbook. When dropping fields into the workbook it automatically allows some fields to hyperlink to parent pages but not all fields.
when I select output to a STRING and hardcode the hyperlink by hand I get a Syntax error.
"<a href= 'https://4144.app.netsuite.com/app/accounting/transactions/transaction.nl?id=' || {tranid} || '>Link</a>"
or
<a href= 'https://4144.app.netsuite.com/app/accounting/transactions/transaction.nl?id=' || {tranid} || '>Link</a>
Is there a way around?