Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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>