--- alias: materialprintabledocumentcontext-st description: "This documentation details a context object for retrieving printable documents within a material system" --- # MaterialPrintableDocumentContext ## Description Used to obtain a list of PrintableDocuments for a given Material context ## Fields The **MaterialPrintableDocumentContext** table has the following fields: | Field | Description | Key | Mandatory | Comments | | --- | ----- | -- | -- | ---- | | **Step** | Step Reference | Yes | Yes | | | **Product** | Product Reference | Yes | No | | | **ProductGroup** | Product Group Name | Yes | No | | | **Flow** | Flow Name | Yes | No |Applies to the immediate parent **Flow** of the **Step** where the **Material** is currently, and not to the Top-Level **Flow** | | **Material** | Material Reference | Yes | No | | | **MaterialType** | Material Type | Yes | No | | | **PrintableDocument** | PrintableDocument Reference | No | Yes | | Table: MaterialPrintableDocumentContext fields ## Precedence Keys The search precedence rules are the following: 1. Step, Material 2. Step, Product, Flow 3. Step, Product, MaterialType 4. Step, Product 5. Step, ProductGroup, Flow 6. Step, ProductGroup, MaterialType 7. Step, ProductGroup 8. Step, MaterialType 9. Step