I'm trying to pass multiple parameters to a view embedded in a Html view. It is not filtering as expected.
This is the code I'm using:
- htmlpage Finding_Duplicates(recid)
- displayname = "Finding Duplicates"
- content
- <%{%>
- <div elName='zc-component' viewLinkName='Copy_of_form2_View' params='zc_Header=true&ID.contains(<%=recid%>)'>Loading ...</div> <%}%>
The "recid" is passed from stateless form, it has multiple ID's.
App "grocery" is shared to support.
Can someone take a look, please?
Thanks,
Damien.