Table Printer

ID 2000000039
Namespace: System.Device

Virtual table that provides information about printers available to the system for report and document output. This table enables printer discovery, selection, and management for printing operations.

Remarks

The Printer table provides access to printer resources available for document and report output. It includes information about printer names, drivers, and capabilities that applications can use to select appropriate printers for different types of output. This table is essential for print management functionality, allowing users to choose specific printers for reports, documents, and other printed materials. The table supports both local and network printers accessible to the Business Central service, enabling flexible printing configurations in various deployment scenarios.

Properties

Name Value
DataPerCompany False
Scope Cloud

Fields

Name Type Description
ID Text[250]

The unique identifier for the printer in the system.

Name Text[250]

The display name of the printer as shown to users.

Driver Text[50]

The printer driver name used by the system to communicate with the printer.

Device Text[50]

The device identifier or port information for the printer connection.

Payload Text[2048]

The information about the printer.

Description Text[250]

The representation of the printer.

SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

See also