The Print page allows you to define and manage print templates for your Quable Portal.
Prerequisites
To use the print feature in your Quable Portal, you must first configure one of the print features on the PIM instance linked to the portal:
- Quable standard print
or
- Custom print with CraftmyPDF
Configuration
Good to know
Implementing the print feature requires specific operations from the Quable technical team. Please contact your CSM for any request regarding print setup on the Quable Portal.
You can have a custom template for each doctype by adding a key/value pair in the interface with a JSON script to define the template ID based on the doctype:
{
"reference": "3ce77b2b298e95ba"
}
Limitations
The Portal cannot support both Quable’s standard print and other templates (such as CraftMyPDF) at the same time. The print button in the portal triggers a single print function.
Therefore, you must choose which print feature is implemented on the Quable Portal.
Updated about 18 hours ago