SetRemotePartConfigurationRow
Type, Introduced in version 24.8
Sets the values of a remote configured result row
Used by the following types:
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
|
|
| SelectionGroupRowStateId | Int64 | The Id of the SelectionGroupRowState of the remote configuration, zero if 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
|
|
| PartId | Int64 | The business key identifier of the part to set for the row. References Parts
|
|
| 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 |
Example
{
"IsMainPartRow": false,
"SelectionGroupRowStateId": 0,
"CloneId": 0,
"PartId": 0,
"ManualPriceOrDiscount": false,
"PriceEach": 0.0,
"Discount": 0.0
}