URL print record in customer portal
URL print record in customer portal
What is the url to print a record from the customer portal?
If I put this it doesn't work because it takes me to the user login page
laurl = "
https://app.zohocreator.com"
+ zoho.appuri + "record-print/Intervenciones_T1/" + t.ID + "/";
openUrl(laurl,"new window");