Description

A Serial Number Template defines a SmartFormat template string used to generate human-readable serial numbers for Items as they are created in production. Templates are associated with Item Specifications and can reference dynamic values such as order numbers and per-item sequence counters to produce unique identifiers.

Properties

Property NameProperty TypeNullableDescription
idGuidfalseThe unique identifier of the Serial Number Template.
namestringfalseThe human-readable name of the Serial Number Template.
descriptionstringtrueAn optional description of the Serial Number Template.
templatestringfalseThe SmartFormat template string used to generate serial numbers. May reference dynamic tokens such as order and item counters.
isActiveboolfalseWhether the Serial Number Template is currently active and available for use.
createdAtDateTimefalseThe date and time the Serial Number Template was created.
updatedAtDateTimefalseThe date and time the Serial Number Template was last updated.
createdByIdGuidfalseThe unique identifier of the user who created the Serial Number Template.
updatedByIdGuidfalseThe unique identifier of the user who last updated the Serial Number Template.