I’ve added a custom auto-increment field cReferenceId in the Quote entity. It shows correctly in the Entity Manager and is available as a placeholder {{cReferenceId}} in the PDF template.
However, when I generate the Quote PDF, the Reference ID field doesn’t appear or is blank.
✅ I’ve already tried:
However, when I generate the Quote PDF, the Reference ID field doesn’t appear or is blank.
✅ I’ve already tried:
- Adding the placeholder {{cReferenceId}} in the template
- Confirmed the field exists and is selected
- Cleared cache and rebuilt the system
Comment