One sub-section of a check-in checklist, defining the area being inspected (SectionName plus SubSection) and the list of pre-set issues an inspector can tick. The widget groups all lines of a template by SectionName into tabs, so section names are the grouping key and must match exactly across lines to appear as one tab. A file attachment on the template line doubles as the reference image: the widget loads file assets for each line and shows the first image found in a section as that section's diagram. Templates are authored here, but nothing validates that the issue list is non-empty - a line with no issues simply renders a sub-section with nothing to tick.
Fields
| Field | Label | Type | Required | What it does |
CheckInTemplateId | Check-In Template | Lookup | | |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | | |
ExternalId | External | Text | | |
Id | Id | Guid | Yes | |
Issues | Issues | MultiplePickList | | A single string holding all the tickable issues for this sub-section, separated by semicolons - not one issue per row and not a picklist. The widget splits on ';' and trims each fragment to build the checkboxes, so blank fragments are dropped and the exact text typed here is what ends up stored in the saved inspection line's Condition. Values: Defective, Missing, Paint, Loose. |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Check-In Template Line Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
RecordTypeId | Record Type | Guid, hidden | | |
SectionName | Section Name | PickList | | The tab-grouping key for the inspection screen: all template lines sharing this exact string are rendered as one section, so spelling or spacing differences split what was meant to be one section into two. Values: Front, Back, Left, Right. |
SubSection | Sub-Section | PickList | | Names the specific area inspected within the section and becomes the grain of the saved findings - one CheckInInspectionLine per sub-section that had anything ticked. It is copied as text onto the saved line rather than referenced by id. Values: Fender, Brakes, Seat, Tool-Kit, Mirror. |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | | |
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 In List | Delete | Delete |
Edit | Edit | Edit | Edit |
EditInLine | Edit | EditInline | Edit In line |
HeaderEdit | Header Edit | EditInline | Edit |
New | New | NewInline | New |