Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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>