AccountingDistribution.epQuantity Method
Gets or sets the quantity for a particular accounting distribution.
Syntax
edit Qty epQuantity(
boolean _set,
AccountingDistribution _accountingDistribution,
Qty _enteredQuantity)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether to set the quantity.
- _accountingDistribution
Type: AccountingDistribution Table
The accounting distribution that is used to find the quantity.
- _enteredQuantity
Type: Qty Extended Data Type
The value to set.
Return Value
Type: Qty Extended Data Type
The value of the quantity.