Show / Hide Table of Contents

    SetManufacturingOrderMaterialReportingTraceabilityData

    Type, Introduced in version 2.43

    Used to set the traceability data of a manufacturing order material reporting.

    Properties

    Name Type Summary Introduced in
    ManufacturingOrderMaterialId Int64 The business key identifier of the manufacturing order material that requires traceability data.

    References ManufacturingOrderMaterials.

    • Mandatory
    TraceabilityMode Int32 The traceability mode of the manufacturing order material.

    • None: 0
    • Batch: 1
    • Individual: 2
    • IndividualOnlyWithdrawal: 4
    ProductRecordId Int64? The business key identifier of the product record to associate with the manufacturing order material.

    References ProductRecords.

    • Mandatory (if traceability mode is batch or serial number)
    AvailableProductRecordIds Int64[] The product record ids that are available to assign for the manufacturing order material.

    References ProductRecords.
    SerialNumber String The serial number to set for the manufacturing order material.

    • Mandatory (if traceability mode is serial number (only withdrawal))

    Example

    {
      "ManufacturingOrderMaterialId": 0,
      "TraceabilityMode": 0,
      "ProductRecordId": null,
      "AvailableProductRecordIds": null,
      "SerialNumber": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB