Skip to Content
FrontendAppsPrintQuery Strings

Back to the ReadMe

Query Strings

This document provides an overview of the query strings that can be used in the PHPR Print application to modify behavior and functionality.

/[module]/[object]/[entityId]/[printLocale]/print/[templateId]

Available Query Strings

  • ?returnUrl=url : Defines a URL to return to when clicking on the “Return” button. This is useful for navigating back to a previous page or module.

Usage

To use a query string, simply append it to the URL of the print page. For example

https://TENANT.print.phpr.link/en/module/object/123/en/print/templateId?returnUrl=https://TENANT.punch.phpr.link/en
Last updated on