--- alias: printertypeprinterscontext-st description: "This documentation describes a context object for retrieving printers by type and associated details" --- # PrinterTypePrintersContext ## Description Used to obtain a list of Printers of a certain PrinterType ## Fields The **PrinterTypePrintersContext** table has the following fields: | Field | Description | Key | Mandatory | Comments | | --- | ----- | -- | -- | ---- | | **PrinterType** | PrinterType Name | Yes | Yes | Values are taken from the [PrinterType](../lookup-tables/printertype.md) lookup table.| | **UserName** | User Name | Yes | No | | | **ComputerName** | Computer Name | Yes | No | | | **Facility** | Facility | Yes | No | | | **Step** | Step Name | Yes | No | | | **Resource** | Resource Name | Yes | No | | | **ResourceType** | ResourceType Name | Yes | No | | | **Model** | Model Name | Yes | No | | | **PrinterName** | Printer Name | No | Yes | The printer must have the same name as it is displayed in the Printers list of the client machine.| | **PrintingIntegration** | Printing Integration | No | No | | Table: PrinterTypePrintersContext fields ## Precedence Keys The search precedence rules are the following: 1. PrinterType, UserName 2. PrinterType, ComputerName 3. PrinterType, Facility, Step 4. PrinterType, Step, Resource 5. PrinterType, Step, ResourceType 6. PrinterType, Step, Model 7. PrinterType, Resource 8. PrinterType, ResourceType 9. PrinterType, Model 10. PrinterType, Step 11. PrinterType, Facility 12. PrinterType