zc_ variable for private key
Anyone knows the zc_ name that we have to use to pass the secure key when we to insert view in html view without user login ?
The insert view in html view is better than the regular IFRAME.
- <div elName='zc-component' viewLinkName='Rapport_des_rdv_View' params='zc_XXXXX=CM53WNP4jg8Bvt4pOKYAjeB78hSAeX99C86uBwAwUM3HkygeX1N9787f48EqkRTTBthhdKM9g5gwBxFBNPz8vVG2VPQXRK2pE&zc_Header=false&zc_AddRec=false&zc_EditRec=false&zc_DelRec=false&zc_DuplRec=false&zc_EditBulkRec=false&zc_RecLimit=false&zc_SumRow=false&zc_Summary=false&zc_RecSelect=false'>Loading ...</div>
I can get the value in the IFRAME.
- <iframe height='500px' width='100%' name='zoho-Rapport_des_rdv_View' frameborder='0' scrolling='auto' allowTransparency ='true' src='https://creator.zoho.com/aaaaaaa/bbbbbbbbbb/view-embed/Rapport_des_rdv_View/CM53WNP4jg8Bvt4pOKYAjeB78hSAeX99C86uBwAwUM3HkygeX1N9787f48EqkRTTBthhdKM9g5gwBxFBNPz8vVG2VPQXRK2pE/'></iframe>
I know I've already used it before but can't find it.
Thanks,