How to add a parameter to a Embed View in a HTML VIEW
My question is, how can I add a parameter into a Embed View. The parameter and the Embed View are in the same HTML VIEW.
The code of my html view
htmlpage Entidad_Comercial1(Identity)
displayname = "Comercial Enterprise"
content
...
<div elName='zc-component' viewLinkName='EContacts' params='zc_Header=false&zc_Footer=false&zc_SecHeader=false'>Loading View...</div>
...
In the EContacts I have one "Comercial Enterprise" field and I wanna show only the Contacts of the EContacts list when the field Comercial Enterprise = Identity
I don't know if there is any example in the zoho web I didn't find anything but anyway, thanks a lot!!!!!