One question on a ChecklistTemplate: dataType picks the answer control, picklistValues supplies choices, and parent/dependent links build conditional question trees. Normally each answer becomes its own CheckListLine row, but the opt-in target mapping (targetEntityName + targetEntityField, grouped by targetGroupKey) writes the answer to a typed column on a metadata entity instead - lines sharing the same target and group key collapse into a single target row.
Fields
| Field | Label | Type | Required | What it does |
ChecklistTemplateId | Checklist Template | Lookup → ChecklistTemplate | | |
ChecklistTemplateLineId | Checklist Template Line | Lookup | | |
ColourCode | Colour Code | PickList | | Values: Red, Amber, Green. |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
DataType | Data Type | PickList | | Values: Date, Time, Currency, URL, DateTime, Text, Decimal, RAG, Boolean, Email, Take Picture, Phone, Picklist, Numeric. |
DefaultValue | Default Value | Text | | |
DependentAnswer | Dependent Answer | Text | | |
GroupBy | Group By | Text | | |
Id | Id | Guid | Yes | |
IsMandatory | Is Mandatory | Boolean | Yes | |
Length | Length | Number | | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
ParentTemplateLineId | Parent Template Line | Lookup | | |
PicklistValues | Picklist Values | Text | | |
Reading | Reading | Decimal | | |
RecordTypeId | Record Type | Guid, hidden | | |
TargetEntityField | Target Entity Field | Text | | The column on targetEntityName that receives this question's answer under the opt-in target mapping. |
TargetEntityName | Target Entity Name | Text | | Opt-in answer routing: when set, answers for this question are written to a typed column on the named metadata entity instead of materializing as a separate CheckListLine row. Leaving it null preserves the one-CheckListLine-per-question flow. |
TargetGroupKey | Target Group Key | Text | | Groups target-mapped questions: lines on the same template sharing (targetEntityName, targetGroupKey) collapse into a single target row, so related answers land on one record. |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Value | Value | Text | | |
Actions
| Action | Label | Type | What it does |
BulkDelete | Delete | Delete | Delete |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete |
DeleteInList | Delete | Delete | Delete |
DeleteRow | Delete | Delete | DeleteRow |
Edit | Edit | Edit | Edit |
EditInLine | Edit | EditInline | Edit |
EditListHeader | Edit | EditInline | EditListHeader |
EditListRow | Edit | Edit | EditListRow |
New | New | New | New |