Share via


BudgetRelievingDetail::newBudgetRelievingDetail Method [AX 2012]

Initializes a new instance of the BudgetRelievingDetail class.

Syntax

client server public static BudgetRelievingDetail newBudgetRelievingDetail(
    RecId _legalEntityId, 
    LedgerDimensionBase _ledgerDimension, 
    Amount _currencyAmount, 
    CurrencyCode _currency, 
    RecId _budgetSourceIdToRelieve, 
    RecId _legalEntityIdToRelieve, 
    LedgerDimensionBase _ledgerDimensionToRelieve, 
    Amount _currencyAmountToRelieve, 
    CurrencyCode _currencyToRelieve)

Run On

Called

Parameters

Return Value

Type: BudgetRelievingDetail Class
An instance of the BudgetRelievingDetail class.

Exceptions

Exception Condition
Error

One or more required parameters are missing.

See Also

Reference

BudgetRelievingDetail Class