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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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