Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
How to Pass Record ID DYNAMICALLY to a Hosted Page to display record information?
We have been trying to pass the record ID to a Hosted Page so it can display the record information but this is not possible. In order to use the tag bellow, the ID must be hard-coded in the HTML, not passed dynamically:
<%=getAttribute('recordType',id,'attribute')%>
What we are trying to accomplish is to create a hosted page for PRINTING PURPOSES, so when a client wants to print the item description, he doesn't print the whole page, just the item name, picture and description by clicking a button and opening a Hosted Page that will have this information.
0