Share via


BudgetReturnDetail::newBudgetReturnDetail Method [AX 2012]

Initializes a new instance of the BudgetReturnDetail class.

Syntax

client server public static BudgetReturnDetail newBudgetReturnDetail(
    RecId _legalEntityId, 
    LedgerDimensionBase _ledgerDimension, 
    Amount _currencyAmount, 
    CurrencyCode _currency)

Run On

Called

Parameters

Return Value

Type: BudgetReturnDetail Class
An instance of the BudgetReturnDetail class.

See Also

Reference

BudgetReturnDetail Class