BudgetTransactionCode::findDefaultByTransactionType Method
Finds the BudgetTransactionCode record that is the default for the specified budget transaction type.
Syntax
client server public static BudgetTransactionCode findDefaultByTransactionType(BudgetTransactionType _budgetTransactionType)
Run On
Called
Parameters
- _budgetTransactionType
Type: BudgetTransactionType Enumeration
The budget transaction type of the record to find.
Return Value
Type: BudgetTransactionCode Table
A record in the BudgetTransactionCode table; otherwise, an empty record.