ProjBudgetManager::checkTransType Method [AX 2012]
Checks whether the specified transaction type is selected for allocation.
client server public static boolean checkTransType(
NoYes _isHourCosts,
NoYes _isExpenseCosts,
NoYes _isItemCosts,
NoYes _isFees,
NoYes _isHourRevenues,
NoYes _isExpenseRevenues,
NoYes _isItemRevenues,
ProjBudgetLine _projBudgetLine)
Run On
CalledParameters
- _isHourCosts
- Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on the hour cost budget line.
- _isExpenseCosts
- Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on the expense cost budget line.
- _isItemCosts
- Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on the item cost budget line.
- _isFees
- Type: NoYes Enumeration
A NoYes enumeration value that indicates whether allocation should be performed on the 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.
- _projBudgetLine
- Type: ProjBudgetLine Table
A ProjBudgetLine table that contains the budget line to allocate.
Return Value
Type: booleantrue if the specified transaction type is selected for allocation; otherwise, false.
Show: