xMatix
Sign in Request demo
xMatix
PRODUCTS
SalesField SalesCRMRewardsClaimsInventoryProcurementWarehouse ManagementField ServiceServiceSupportTelephony & MessagingFinance & AccountingPayrollExpense ManagementCommercePortalsAnalytics & ReportingData StudioMobile AppSee all products →
PLATFORM
Platform overviewApp BuilderAutomationIntegrationsSecurity & GovernanceChange ManagementDevelopers
SENSE AI
Sense AI overviewSense AssistSense ControlSense VisionAI StudioTrust & governanceIn Claude & ChatGPTUse cases
SOLUTIONS
FMCG & DistributionManufacturing & Dealer NetworksAutomotive & DealershipsPharma & HealthcareConsumer DurablesAgri-InputsBuilding MaterialsService NetworksWarehousing & 3PLFinancial AccountingERP SoftwareIndia GST ComplianceUAE VAT & e-InvoicingSaudi ZATCA & VATAll solutions →
RESOURCES
Knowledge CenterDeveloper & CLIBlogGuidesWhat is xMatix?Company facts
COMPANY
AboutCareersPartnersEventsContactAuthorsLegal
Sign in Request demo
Home/Docs/Entity Reference/Check In Inspection Line — entity reference
REFERENCE · Last reviewed

Check In Inspection Line — entity reference

One recorded finding for a single sub-section of the check-in inspection - for example the front bumper within the exterior section - not one line per item or quantity. The Check-In Inspection widget writes exactly one row per sub-section that had at least one issue ticked; sub-sections with nothing ticked produce no row, so the absence of a row means 'nothing reported', not 'not inspected'. Section and SubSection are plain-text copies of the template line that produced them, and Condition holds every ticked issue joined with semicolons, so a row is a set of findings rather than a single condition value. Nothing downstream reads these rows: they do not gate check-out, create damage claims, or feed the service order.

Fields

FieldLabelTypeRequiredWhat it does
CheckInInspectionIdCheck In InspectionLookup → CheckInInspection
ConditionConditionPickListHolds every issue ticked for this sub-section joined with semicolons - for example 'Dent;Scratch' - so it is a delimited set, not a single value, and equality comparisons against one condition will miss multi-issue rows. It also does not respect its own picklist: the values come from the free-text issue list on the matching CheckInTemplateLine, plus the literal 'Other' when the inspector uses the free-text option, so any string a template author typed can appear here. Values: Dent, Scratch, Alignment, Torn, Broken.
CreatedByIdCreated ByLookup → UserAccountYes
CreatedDateTimeCreated DateDateAndTimeYes
DamagedRemarksDamaged RemarksTextCarries only the free text typed against the 'Other' option for this sub-section, and is written only when 'Other' was ticked and text was entered. General notes about the sub-section go in Remarks instead, so the two are not interchangeable.
ExternalIdExternalText, unique
IdIdGuidYes
ModifiedByIdModified ByLookup → UserAccountYes
NameCheck In InspectionTextYes
OwnerIdOwnerLookup → UserAccountYes
RecordTypeIdRecord TypeGuid, hidden
RemarksRemarksMultiLineText
SectionSectionTextA plain-text snapshot of the SectionName on the template line that produced this finding, copied at save time. It is not a foreign key to the template, so renaming a template section later does not change already-saved lines and grouping across time may show both old and new spellings.
SubSectionSub SectionTextA plain-text snapshot of the template line's sub-section, and the effective grain of this entity - the widget writes at most one row per sub-section per save. Like Section it is copied text rather than a link back to the template line.
UIPropsUI PropsText
UpdatedDateTimeModified DateDateAndTimeYes

Actions

ActionLabelTypeWhat it does
CloneCloneServerAction (Clone)Create a copy of this record
DeleteEntityDeleteDeleteDeleteEntity
DeleteListRowDeleteDeleteDeleteListRow
EditEntityEditEditEditEntity
EditInLineEntityEditEditInlineEditInLineEntity
EditListRowEditEditEditListRow
NewNewNewNew