Show / Hide Table of Contents

    AddTraceableMaterialRow

    Type, Introduced in version 2.18

    Adds a new traceable material row to an entity.

    Used by the ReportTraceableManufacturingOrderMaterial command.

    Properties

    Name Type Summary Introduced in
    ProductRecordId Int64 The business key identifier of the material's product record.

    References ProductRecords

    • Mandatory
    PartLocationId Int64? The business key identifier of the material's part location.

    • The first available part location for the given product record by default
    BalanceChange Decimal? The balance change of the material row.

    • The available balance of the part location by default
    Rejections AddRejectionRow[] The rejections of the row.

    Example

    {
      "ProductRecordId": 0,
      "PartLocationId": null,
      "BalanceChange": null,
      "Rejections": null,
      "PartLocationInfoKey": {
        "PartLocationId": 0,
        "ProductRecordId": 0
      }
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB