The Print plugin in 365 business Proxy Application offers the possibility to access images from the local file system, as well as available network drives or UNC paths.
Good to know: Are you looking for a fully integrated connection to your local printer infrastructure in Microsoft Dynamics 365 Business Central? Do you want to connect regular printers or label printers and control them natively from Microsoft Dynamics 365 Business Central?
Then 365 business Print Agent is the right solution for you! Find out more and book a free, no-obligation demonstration.
Then 365 business Print Agent is the right solution for you! Find out more and book a free, no-obligation demonstration.
The Print Plugin is one of the standard plugins of 365 business Proxy Application and can be installed directly via the Proxy Application Clients page.
Functions
Objects
The following procedures are available through bdev.PRX Proxy Application
codeunit (ID 5523630).
Print (Print)
success: Boolean := Print([clientId: Guid,] printerName: Text, file: Codeunit "Temp Blob")
Parameter
clientId: Guid
(Optional)
Specifies the ID of the proxy application client on which the operation is to be executed.printerName: Text
Specifies the name of the printer.file: Codeunit "Temp Blob"
Specifies the document to be printed (e.g. PDF file).
Return
Returns true
if the print job was successfully created.
Print Loakele file (Print)
success: Boolean := Print([clientId: Guid,] printerName: Text, filePath: Text)
Parameter
clientId: Guid
(Optional)
Specifies the ID of the proxy application client on which the operation is to be executed.printerName: Text
Specifies the name of the printer.filePath: Text
Specifies the path or UNC path for which the file list is to be retrieved.
**Returns
Returns true
if the print job was successfully created.