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