Search Results for

    Show / Hide Table of Contents

    ArrivalRow

    Type, Introduced in version 2.36

    Report arrival of a purchase order row.

    Used by the ReportArrivals command.

    Properties

    Name Type Summary Introduced in
    PurchaseOrderRowId Int64 The business key identifier of the purchase order row to report.

    References PurchaseOrderRows

    • Mandatory
    Quantity Decimal The quantity to report.

    • Mandatory
    UnitId Int64? The business key identifier of the unit on the quantity to report.

    Refernces Units

    • The standard unit on the part by default
    DeleteFutureRest Boolean Specifies if rest quantity should be deleted after reporting.

    • Mandatory
    Locations ArrivalLocation[] The stock locations to report to.
    GoodsLocation String The receiving inspection goods location to report.

    • Max length is 40
    ForceReceivingInspection Boolean Specifies if receiving inspection should be forced on a row without receiving inspection.
    PurchaseOrderAdviceRowId Int64? The business key identifier of the purchase order advice row to report.

    Example

    {
      "PurchaseOrderRowId": 0,
      "Quantity": 0.0,
      "UnitId": null,
      "DeleteFutureRest": false,
      "Locations": null,
      "GoodsLocation": null,
      "ForceReceivingInspection": false,
      "PurchaseOrderAdviceRowId": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB