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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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