Search Results for

    Show / Hide Table of Contents

    PartConfigurationSelectionGroupResults

    Queryable, Introduced in version 25.7

    GET https://localhost:8001/sv/001.1/api/v1/Common/PartConfigurationSelectionGroupResults
    

    Represents a part configuration selection group result

    GUID

    309ca79d-4a6b-4e70-9354-204f167449fe
    

    Required permission

    Show part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the part configuration selection group result.
    PartId Int64 The business key identifier of the part.

    • References Parts
    SelectionGroupTemplateRowId Int64 The business key identifier of the selection group row snapshot.
    RowIndex Int32 The row of the result.
    SelectionGroupTemplateId Int64 The business key identifier of the selection group snapshot.

    • References PartConfigurationComponentSnapshots
    PartConfigurationResultId Int64 The business key identifier of the part configuration result.

    • References PartConfigurationResults
    Quantity Decimal The quantity of the result row.
    Introduced in version 25.9
    SetupQuantity Decimal The setup quantity of the result row.
    Introduced in version 26.3
    UnitPrice Decimal? The unit price amount.
    Introduced in version 26.3
    UnitPriceCurrencyId Int64? The business key identifier of the currency for the unit price.

    • References Currencies
    Introduced in version 26.3
    UnitPriceInCompanyCurrency Decimal? The unit price amount in company currency.
    Introduced in version 26.3
    UnitPriceInCompanyCurrencyCurrencyId Int64? The business key identifier of the currency for the unit price in company currency.

    • References Currencies
    Introduced in version 26.3
    DiscountPercentage Decimal The discount percentage.
    Introduced in version 26.3
    PriceFormulaFactor Decimal The price formula factor.
    Introduced in version 26.3
    LockedUnitPrice Boolean Whether the unit price is locked.
    Introduced in version 26.3
    LockedDiscount Boolean Whether the discount is locked.
    Introduced in version 26.3
    SelectedByType Int32 The type indicating how the row was selected.

    • User: 0
    • Preset: 1
    Introduced in version 26.3
    SelectedByName String The name indicating who or what selected the row.
    Introduced in version 26.3
    SelectionType Int32 The selection type.

    • None: 0
    • Initialization: 5
    • RuleUnselect: 10
    • Manual: 20
    • GroupRule: 30
    • SelectionRuleSelect: 40
    • Locked: 50
    • TemporaryLockedByManualSelection: 60
    Introduced in version 26.3
    ToOperation Int32? The target operation number.
    Introduced in version 26.3
    MainPartId Int64? The business key identifier of the main part.

    • References Parts
    Introduced in version 26.3
    Position String The position string.
    Introduced in version 26.3

    Example

    {
      "Id": 0,
      "PartId": 0,
      "SelectionGroupTemplateRowId": 0,
      "RowIndex": 0,
      "SelectionGroupTemplateId": 0,
      "PartConfigurationResultId": 0,
      "Quantity": 0.0,
      "SetupQuantity": 0.0,
      "UnitPrice": null,
      "UnitPriceCurrencyId": null,
      "UnitPriceInCompanyCurrency": null,
      "UnitPriceInCompanyCurrencyCurrencyId": null,
      "DiscountPercentage": 0.0,
      "PriceFormulaFactor": 0.0,
      "LockedUnitPrice": false,
      "LockedDiscount": false,
      "SelectedByType": 0,
      "SelectedByName": null,
      "SelectionType": 0,
      "ToOperation": null,
      "MainPartId": null,
      "Position": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB