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.
Error processing dynamic tag.. record invtpart 211 not found, HELP!
I am trying to build some custom pages on my site, hosted in netsuite that have a buy button, description, image etc.
according to this section in suite answers ( https://netsuite.custhelp.com/app/answers/detail/a_id/27821 ) it should be pretty easy to add the code listed.
<h2><%=getAttribute('item',10,'itemid')%><%=getAttribute('item',10,'stockstatusmessagehtml')%></h2> <br><br><%=getAttribute('item',10,'storedetaileddescription')%> <br><br> Only<%=getAttribute('item',10,'salespricehtml')%> <br><br><br> <table> <td><%=getAttribute('item',10,'addtocarthtml')%></td> <td><%=getAttribute('item',10,'storedisplayimagehtml')%></td> </table>