SOLVED - See below.
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'