PrintixConnect - Setup
Setup
PrintixConnect requires a one-time configuration to establish a secure connection between Business Central and the Printix cloud service.
-
Open the PrintixConnect Setup page
Here you enter the authentication information needed to authorize Business Central with Printix:-
Tenant ID
-
Client ID
-
Client Secret
This information is obtained from your Printix tenant and created through your Printix admin portal.
-
-
Test the connection
After entering the credentials, you can validate that the integration is working correctly.
Printers
From the Printers page, you can:
-
Retrieve printers already created in your Printix environment
-
Refresh the printer list
-
Perform a test print to ensure communication between Business Central and Printix is functioning as expected
Printers retrieved from Printix can be mapped directly for Business Central printing.
Using PrintixConnect
PrintixConnect integrates with the standard printing framework in Microsoft Dynamics 365 Business Central and provides two flexible ways of working with cloud printing.
1. Developer-driven printing (recommended)
The module includes Codeunit 6242140 XSC_PrintixMgt, which provides prebuilt procedures for sending documents and PDF streams directly to Printix printers.
This approach gives full control over printer selection, routing, and job handling, and is the primary method for implementing reliable cloud-based printing scenarios.
2. Integration with Printer Management
Printix printers can also be registered in Business Central’s Printer Management.
This allows users to select Printix printers in standard printing scenarios, making them available across reports and document outputs without custom code.
This dual approach makes PrintixConnect suitable for both:
-
technical integrations, where printing is handled programmatically
-
user-driven scenarios, where printers are selected through the standard Business Central interface
-
The module does not override standard printing behavior unless explicitly configured. Instead, it extends the platform with a cloud-ready print layer powered by Printix.
Troubleshooting
Common issues can typically be resolved by:
-
Verifying that the OAuth credentials are correct
-
Refreshing the printer list from the Printers page
-
Testing the connection and test-printing a small document
-
Ensuring the Printix tenant allows API access
-
Ordering
If problems persist, your Printix tenant logs can provide additional details about rejected or blocked print operations.
