Description

An Item Specification is the blueprint for a type of item that can be produced within the MES. It describes what will be manufactured, including its name, units, and pricing. An Item Specification may optionally be linked to a Serial Number Template that controls how serial numbers are generated for produced items.

Properties

Property NameProperty TypeNullableDescription
idGuidfalseThe unique identifier of the Item Specification.
createdAtDateTimefalseThe date and time the Item Specification was created.
updatedAtDateTimefalseThe date and time the Item Specification was last updated.
createdByIdGuidfalseThe unique identifier of the user who created the Item Specification.
updatedByIdGuidfalseThe unique identifier of the user who last updated the Item Specification.
versionTagstringfalseA version tag for the Item Specification, used to distinguish revisions.
isReleasedboolfalseWhether the Item Specification has been released and is available for use in production.
namestringfalseThe human-readable name of the Item Specification.
descriptionstringtrueAn optional description of the Item Specification.
unitsstringtrueThe unit of measure for the item (e.g. kg, litres, each).
isFractionalboolfalseWhether the item can be divided into fractional quantities. Used for materials such as powders or liquids.
pricedouble?trueThe price of the item per unit.
attributesJsonDocumenttrueA flexible JSON object for storing additional user-defined attributes of the Item Specification.
serialNumberTemplateIdGuid?trueThe unique identifier of the Serial Number Template used to generate serial numbers for items of this specification. If null, a default template is used.