Discussions
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.