AccountingDistributionViewModel.accountingDistributionAllocationFactor Method [AX 2012]

Gets the allocation factor from the specified accounting distribution record.

Syntax

public AllocationFactor accountingDistributionAllocationFactor(AccountingDistribution _accountingDistribution)

Run On

Client

Parameters

  • _accountingDistribution
    Type: AccountingDistribution Table
    The accounting distribution record that contain the allocation factor to retrieve.

Return Value

Type: AllocationFactor Extended Data Type
The allocation factor.

See Also

Reference

AccountingDistributionViewModel Class