Share via


BudgetTransferLedgerBalances.initParameters Method [AX 2012]

Sets the parameters for the transfer operation.

Syntax

public void initParameters(
    Periods _periodQuantity, 
    PeriodUnit _periodType, 
    TransTxt _text, 
    Factor _factor, 
    RealBase _minimum, 
    RealBase _roundOff, 
    NoYes _transferCreditsAsRevenueType)

Run On

Called

Parameters

  • _periodQuantity
    Type: Periods Extended Data Type
    The number of periods that balances must shift when they are transferred to the budget.
  • _text
    Type: TransTxt Extended Data Type
    A comment that is applied to each record of the budget transaction line that is created during the transfer.
  • _factor
    Type: Factor Extended Data Type
    A multiplier to apply to the ledger balances amount and quantity that are transferred to the budget.
  • _minimum
    Type: RealBase Extended Data Type
    The minimum ledger balance that must be satisfied for the ledger transaction to be included in the transfer.
  • _transferCreditsAsRevenueType
    Type: NoYes Enumeration
    Indicates whether to create the credit amounts as revenue budget amounts.

See Also

Reference

BudgetTransferLedgerBalances Class