BudgetPlanAllocateRequest::newForAllocateByPeriod Method [AX 2012]

Creates an instance of the BudgetPlanAllocateRequestByPeriod class.

Syntax

client server public static BudgetPlanAllocateRequestByPeriod newForAllocateByPeriod(
    LegalEntityRecId _legalEntityRecId, 
    Set _budgetPlanLineRecIds, 
    BudgetPlanScenarioRecId _targetBudgetPlanScenarioRecId, 
    Factor _factor, 
    LedgerAllocateKeyId _ledgerAllocateKeyId)

Run On

Called

Parameters

  • _budgetPlanLineRecIds
    Type: Set Class
    The set of source BudgetPlanLine record IDs to allocate.

Return Value

Type: BudgetPlanAllocateRequestByPeriod Class
An instance of the BudgetPlanAllocateRequestByPeriod class.

See Also

Reference

BudgetPlanAllocateRequest Class