Navigating to templates
Go to Quality Control > Templates in the sidebar. The templates table shows each template’s name, active status, number of items, number of reviews using it, and any conditions applied.Creating a template
- Go to Quality Control > Templates and click Add Template.
- Fill in the template details (described below).
- Add checklist items.
- Click Save.
Template fields
Setting conditions
Conditions control which loans a template applies to. When a loan is selected for QC review, the system automatically matches it to a template by checking the loan’s attributes against each template’s conditions. If a condition array is empty, it matches all values for that attribute.How template matching works
When a QC review is created for a loan, the system finds the first active template whose conditions match the loan:- If the template has loan types listed and the loan’s type is not in the list, it does not match.
- If the template has loan purposes listed and the loan’s purpose is not in the list, it does not match.
- If the template has channels listed and the loan’s channel is not in the list, it does not match.
- If the template has property states listed and the loan’s property state is not in the list, it does not match.
- If all populated conditions match (or the condition arrays are empty), the template is a match.
loanTypes: [FHA] and propertyStates: [CA, TX] will match FHA loans in California and Texas, but not an FHA loan in Florida or a Conventional loan in California.
Example: A template with all condition arrays empty will match any loan and is commonly used as a catch-all default.
Adding checklist items
Each template contains one or more checklist items (questions). These are the specific things a reviewer will evaluate during the review.Item fields
Standard categories
Keystone includes the following standard categories for organizing QC items. You are free to create your own categories as well.Item-level conditions
In addition to template-level conditions, individual items can have their own loan type and loan purpose filters. This allows a single template to include program-specific items that only appear when they are relevant. For example, an item withloanTypes: [FHA] will only be included in a QC review if the loan being reviewed is an FHA loan. This means you can have one comprehensive template that serves all loan types, with program-specific items automatically included or excluded based on the loan.
Ordering items
Items are displayed in the order defined by their Sort Order value. Within the same sort order, items are further sorted by category name. Best practice is to use sort orders that leave gaps for future insertions:- Loan Application & Disclosures items: 1—9
- Income & Employment items: 10—19
- Asset Verification items: 20—29
- And so on
Required vs. optional items
- Required items (default) must receive a Pass, Fail, or N/A result before the review can be completed.
- Optional items can be left in a Pending state without blocking review completion.