AccountingDistributionViewModel.accountingDistributionPercent Method [AX 2012]

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

Syntax

public Percent accountingDistributionPercent(
    boolean _set, 
    AccountingDistribution _accountingDistribution, 
    Percent _enteredPercent)

Run On

Client

Parameters

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

Return Value

Type: Percent Extended Data Type
The current percent factor.

See Also

Reference

AccountingDistributionViewModel Class