AccountingDistributionViewModel.accountingDistributionQuantity Method [AX 2012]

Gets or sets the quantity factor of the specified accounting distribution record.

Syntax

public Qty accountingDistributionQuantity(
    boolean _set, 
    AccountingDistribution _accountingDistribution, 
    Qty _enteredQuantity)

Run On

Client

Parameters

  • _set
    Type: boolean
    A Boolean value that indicates whether to set the quantity factor.

Return Value

Type: Qty Extended Data Type
The current quantity factor.

See Also

Reference

AccountingDistributionViewModel Class