Info |
---|
This page |
...
LearningBuilder has the ability to render certain information in the form of a PDF template. The types of templates supported are:
...
lists the different features that can generate PDF files. See also: PDF Templates - new |
LearningBuilder supports PDF generation through multiple features.
The Credential Verification template is updated in this file:
src\web\Areas\Public\Views\PractitionerLookup\Detail.ascx
If you are looking for this file for a given client in UAT, the file path is W:\web\CLIENT\UAT\CURRENT\web\Areas\Public\Views\PractitionerLookup
Replace “CLIENT” with your Client’s acronym
An Engineering Support ticket will be needed to deploy the changes
...
Type | Description |
---|---|
Entity |
These PDFs can show any information about an entity. This could be an Invoice for a Course, a Completion Certificate, a Score Report, etc. A link to the PDF can be shared via an email generated from a workflow using the Send an Individual Email Behavior or the Send a Group Email Behavior. To do this you must include the following in the email template: ${@model.UrlForPublicTemplate(Entity_Template_ID)} where Entity_Template_ID is the ID from the Entity_Template table (not the PDF_Template table).
Training materials:Displayed via the “Open PDF in New Window” Workflow Action. Commonly used for Activity Completion Certificates. Managed in Sys Admin → App Configuration → PDF Templates See: |
Workflow Completion Certificates
These PDFs are a special case of an Entity Template. It is automatically displayed next to workflows that are completed successfully. They are often used as a Activity Approval certificate on Create Activity Workflows, Course Completion Certificates on Complete Activity Workflows, and Credential Certificates on Member Role workflows.
Training materials:
Credential Verification
These PDFs are displayed on the Credential Verification page.
Payment Receipts
These PDFs show information about the payments. They are available on the Payment History and Refunds page and on the Payment Confirmation page.
...
Template Attribute PDF | Uses the Template Attribute to produce an HTML document that is converted into a PDF. Often used to display a certificate within an Entity View or from the Learning Plan Card on the View Learning Plan page. Managed in Admin → Workflows | ||
Member Search PDF | Uses a custom ASPX page on the file system to create a custom formatted PDF that can be downloaded from the member search results such as a public or internal verification page. (See Credential Verification)
| ||
Printable Summary PDF | Complete downloadable and printable representation of a Workflow, including all uploaded documents, and data from activity container attributes based on an entity view. Format cannot be customized but content can be configured. | ||
Upload PDF | Supported document types uploaded through the Upload Attribute can be converted and viewed as a PDF. | ||
Certificate Print PDF | Allows program administrators to construct multiple types of documents using HTML templates and to configure which documents should be mailed out in response to which business events. Additional staff manage the print queue itself, printing the physical documents, mailing them out, and then tracking their status in the system. |
Each of the different PDF generation methods supports various methods for access, customization, and usage. The chart below maps out how they are similar and different.
Feature / Type | Entity | Template Attribute | Member Search | Workflow Instance | Upload | Certificate Print |
---|---|---|---|---|---|---|
Custom Look - allow custom HTML and images to produce a high quality certificate. | ||||||
Based on Entity Views - requires no coding to configure but format is rigid. | ||||||
Accessible from Workflow Form | ||||||
Accessible via Template Attribute - useful to display anywhere an attribute can be displayed. | ||||||
Accessible via Entity View - useful to display a PDF Certification on the Account Profile page. | ||||||
Accessible via Workflow Quick Action | ||||||
Accessible via LPI Activity Card | ||||||
Accessible via Member Search Results | ||||||
Accessible via Public Link | ||||||
Accessible via Emailed Link | ||||||
Accessible on Profile Page / Area | ||||||
Includes Uploaded Document(s) | ||||||
Can be Printed | ||||||
Can be Batched for Printing | ||||||
Configuration Location | SysAdmin | AppConfig | PDF Templates | Template Attribute Editor | ASPX File on Server | Entity Views | Attribute Editor | Add-on Feature (Admin>Print Queue) |