inspectionFormOrStickerNumberPrevious property
Data element ID "INP". The number of the last inspection form excluding the current inspection or the certification number of the last inspection sticker, excluding the current inspection.
Implementation
TextFieldWrapper? get inspectionFormOrStickerNumberPrevious => document
.fieldByTypeName("InspectionFormOrStickerNumberPrevious")
?.let((field) => TextFieldWrapper(field));