Pnp_queue_model table
Description
Following the printer model import (WSC), this table contains the data describing the printer models that you want to manage in PnP.
The combination of this table with pnp_driver will allow the creation of a print queue via PnP.
Schema
Field |
Type |
Required |
Primary key |
Description |
mdlID |
int |
* |
|
IDENTITY(1,1) |
mdlDRIVERID |
int |
* |
|
Identifier of the driver associated to this model |
mdlVENDORID |
nvarchar(max) |
* |
|
Same as in the pnp_driver table |
mdlLABEL |
nvarchar(max) |
|
|
Name of the model |
mdlISDEFAULT |
bit |
* |
|
1=This model will be proposed in priority in the creation UI 0= This model is not proposed in priority |
mdlCANDUPLEX |
bit |
* |
|
Determines if Duplex can be selected when creating a queue with this template |
mdlCANCOLOR |
bit |
* |
|
Determines if Color can be selected when creating a file with this template |