View single public record via URL in record-summary view

View single public record via URL in record-summary view

SOLVED - See below.

I would like to view an individual record summary (from a custom summary view) from a published database by passing the record ID via URL. 

I see from the Zoho documentation how to print an individual record:

https://creator.zohopublic.com/<adminUserName>/<appName>/record-print/<viewLinkName>/<RecordID>/<encryptedKey>

This creates a print dialog box for the single record in summary view. If I hit the 'Escape' key, I exit the print dialog and simply view the record EXACTLY as I want. How can I get directly to viewing the record without seeing the print dialog first?  (It would be OK to embed it on a web page via i-Frame as well).


Thanks in advance.



SOLVED: Simply replace 'record-print' with 'record-summary'