InspectionWorkerUpdate: {
    autoLoadFirstSubInspection?: boolean;
    forceTagEntryFirst?: boolean;
    noteType?: InspectionNoteFunctionalityType;
    partId?: number | null;
    processId?: number | null;
}

Type declaration

  • OptionalautoLoadFirstSubInspection?: boolean

    Change Whether to show the list or immediately navigate to the first subInspection.

    Modifying this property will only have an effect if modified during the onReady event.

  • OptionalforceTagEntryFirst?: boolean

    Change whether or not the operator must enter all required fields in the global tag area before proceeding.

  • OptionalnoteType?: InspectionNoteFunctionalityType

    Change how notes will be handled for the inspection.

  • OptionalpartId?: number | null

    Change the part assigned to the inspection.

  • OptionalprocessId?: number | null

    Change the process assigned to the inspection. Expects the base standard ID of the process.