Show / Hide Table of Contents

    SetProductGroupCodingRow

    Type, Introduced in version 2.36

    Sets the value of a coding property

    Used by the following types:

    • UnplannedArrivalStockMovement
    • UnplannedWithdrawalStockMovement
    • AddRow
    • AddRow

    Properties

    Name Type Summary Introduced in
    ProductGroupCodingType Int32 The product group coding type that identifies the coding row to operate upon.

    • Standard: 1
    • Setup: 2
    • Material: 3
    • Inventory: 4
    • PriceDifference: 5
    • Cost: 6

    • Mandatory
    AccountId Int64? The business key identifier of the account to set for the coding row.

    References Accounts
    Dimensions SetCodingDimension[] The dimensions to set for the coding row.

    Example

    {
      "ProductGroupCodingType": 0,
      "AccountId": null,
      "Dimensions": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB