Exporting Records from an Embedded View ...
@support:
In one of my Applications for a Customer, I have an HTML View ... part of whose content looks like ...
//variables in iframe tag
iframeName = "zoho-Case_Law_View";
iframeSrc = ((("http://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/view-embed/Case_Law_View/";%>
<p class="zc-viewtitle"><%=Current_Expert_Info%></p>
<iframe height='800px' width='100%' name='<%=iframeName%>' frameborder='0' scrolling='auto' src='<%=iframeSrc%>/Expert_Info=<%=Encoded_Expert_Info%>'></iframe>
... which enables me to dynamically display the Case_Law_View records whose Expert_Info field matches a desired value.
This works just fine ... except that I am no longer able to Export the displayed records ... the More Actions link to the right of the View Title is not displayed ... even when I am signed in as the AppAdmin.
Viewing the regular View directly displays the link ... but requires manual filtering of the records first ... besides, for security reasons, Customer does not wish for individual users to be able to view unauthorized records.
Is there any reason why the AppAdmin is not allowed to export the records being displayed in an embedded View ?
Gaev