ProjBudgetManager.createAllocationLineByYear Method [AX 2012]

Checks whether the specified transaction type is selected for allocation by year.

private void createAllocationLineByYear(
    NoYes _isHourCosts, 
    NoYes _isExpenseCosts, 
    NoYes _isItemCosts, 
    NoYes _isFees, 
    NoYes _isHourRevenues, 
    NoYes _isExpenseRevenues, 
    NoYes _isItemRevenues, 
    TransDate _isFromDate, 
    TransDate _isToDate, 
    Common _headerRecord, 
    Common _lineRecord)

Run On

Called

Parameters

_isHourCosts
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on an hour cost budget line.
_isExpenseCosts
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on an expense cost budget line.
_isItemCosts
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on an item cost budget line.
_isFees
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on a fee budget line.
_isHourRevenues
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on an hour revenue budget line.
_isExpenseRevenues
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on an expense revenue budget line.
_isItemRevenues
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on an item revenue budget line.
_isFromDate
Type: TransDate Extended Data Type
A TransDate data type value that specifies the from date of allocation.
_isToDate
Type: TransDate Extended Data Type
A TransDate type value that specifies the to date of allocation.
_headerRecord
Type: Common Table
A ProjBudget or ProjBudgetRevision table buffer.
_lineRecord
Type: Common Table
A ProjBudgetLine or ProjBudgetRevisionLine table buffer.

Community Additions

ADD
Show: