Search Results for

    Show / Hide Table of Contents

    SetRemotePartConfigurationRow

    Type, Introduced in version 24.8

    Sets the values of a remote configured result row

    Used by the following types:

    • AddRow
    • Create

    Properties

    Name Type Summary Introduced in
    IsMainPartRow Boolean True if it is the Main part row of the remote configuration, only one of the rows can be main row

    • Mandatory
    SelectionGroupRowStateId Int64 The Id of the SelectionGroupRowState of the remote configuration, zero if main part row

    • Mandatory (If not main part row)
    CloneId Int32 The clone Id of the SelectionGroupRowState from the remote configuration state, zero if main part row
    Obsolete since 24.9

    • Obsolete since version 24.9 (CloneId is not used anymore and can be left out.)
    PartId Int64 The business key identifier of the part to set for the row.

    References Parts

    • Mandatory
    ManualPriceOrDiscount Boolean Indicates whether the price or discount is set manually
    PriceEach Decimal The price of the result row
    Discount Decimal The discount of the result row
    RemoteResultId Int64 The business key identifier of the RemotePartConfigurationResult to set for the row.
    Introduced in version 26.2

    Example

    {
      "IsMainPartRow": false,
      "SelectionGroupRowStateId": 0,
      "CloneId": 0,
      "PartId": 0,
      "ManualPriceOrDiscount": false,
      "PriceEach": 0.0,
      "Discount": 0.0,
      "RemoteResultId": 0
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB