Show / Hide Table of Contents

    ExistingLocationRow

    Type, Introduced in version 2.34

    Reports on an existing part location.

    Used by the ReportManufacturingOrderOperation command. Used by the ReportOrderBoundWork command. Used by the AdjustOrderBoundWork command. Used by the AddNewOrderBoundRecording command.

    Properties

    Name Type Summary Introduced in
    PartLocationId Int64 The id of the existing location.

    • Mandatory
    ProductRecordId Int64? The id of the product record.
    BalanceChange Decimal The balance change of the location.
    SerialNumber String The serial number of the stock.
    BatchNumber String The batch number of the stock.
    BatchChargeNumber String The batch charge number of the stock.
    BestBeforeDate DateTimeInput The best before date of the stock.
    Introduced in version 23.6

    Example

    {
      "PartLocationId": 0,
      "ProductRecordId": null,
      "BalanceChange": 0.0,
      "SerialNumber": null,
      "BatchNumber": null,
      "BatchChargeNumber": null,
      "BestBeforeDate": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB