Show / Hide Table of Contents

    SumRowDetail

    Type, Introduced in version 22.4

    Used to provide details for order rows of type sum.

    Used by the following types:

    • AddRow
    • AddRow

    Properties

    Name Type Summary Introduced in
    NoOfRowsToInclude Int32 Number of rows before this row to include in the sum row.

    • Mandatory
    Price Decimal? The price in the currency of the order of all rows connected to this sum row.

    • Mandatory (If Discount is not specified)
    Discount Decimal? The discount of all rows connected to this sum row.

    • Mandatory (If Price is not specified)
    Introduced in version 24.7

    Example

    {
      "NoOfRowsToInclude": 0,
      "Price": null,
      "Discount": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB