Hello @Remmy,
You can follow these steps:
1. Open the Production ticket report in the Report Designer and reference the BOM schema, specifically linking the Notes or File table associated with the BOM where the PDF is stored.
2. Use the production order's BOM ID to fetch the associated file. Ensure a data join between the Production Order table and the BOM table using the BOM ID field.
3. Use the File table's attachment reference to pull the PDF. You might need to configure the report to include an embedded object or dynamically link to the PDF file.
This should help you with your task