Description

A Material Consumption Entry records the quantity of a specific material — as defined by a Bill Of Material Entry — that was consumed by a task during a production process. It links task execution records to the materials they used, providing a detailed audit trail of material usage.

Properties

Property NameProperty TypeNullableDescription
idGuidfalseThe unique identifier of the Material Consumption Entry.
taskEntryIdGuidfalseThe unique identifier of the task entry that consumed the material.
billOfMaterialEntryIdGuidfalseThe unique identifier of the Bill Of Material Entry that specifies the material that was consumed.
billOfMaterialEntryBillOfMaterialEntrytrueThe Bill Of Material Entry that specifies the material that was consumed.
consumedQuantitydoublefalseThe quantity of the material that was consumed.
createdByGuidfalseThe unique identifier of the user who created the Material Consumption Entry.
attributesJsonDocumenttrueA flexible JSON object for storing additional user-defined attributes of the Material Consumption Entry.