Printing record summary templates
This statement will print using the Active record Summary for the report
openURL("https://creator.zoho.com"+ zoho.appuri +"record-print/report_name/" + input.ID, "NewWindow");
Is there an option to indicate the template name?
Here is what I am trying to accomplish:
On a report when the user clicks on view record I want one template (Template_A) to display.
I also want a custom action to print using a different template (Template_B). I can create another report that has Template_B as the active template but it would be nice to indicate the template name in the url.
For example the custom action can call this statement
openURL("https://creator.zoho.com"+ zoho.appuri +"record-print/report_name/Template_Name=Template_B\" + input.ID, "NewWindow");