inspectionFormOrStickerNumberCurrent property
TextFieldWrapper?
get
inspectionFormOrStickerNumberCurrent
Data element ID "INC". A unique number assigned to a current vehicle inspection form for identification purposes or a preprinted unique number on the motor vehicle inspection sticker currently issued to a motor vehicle which has passed inspection.
Implementation
TextFieldWrapper? get inspectionFormOrStickerNumberCurrent => document
.fieldByTypeName("InspectionFormOrStickerNumberCurrent")
?.let((field) => TextFieldWrapper(field));