DEL_LedgerAccountCategory::addToList Method
Assists in adding the default account category information by assigning values to a list.
Syntax
client server private static void addToList(
RecordInsertList _list,
AccountCategoryRef _acctCatRef,
AccountCategory _acctCat,
Description _desc)
Run On
Called
Parameters
- _list
Type: RecordInsertList Class
The list that is used to accumulate the default account category data to insert.
- _acctCatRef
Type: AccountCategoryRef Extended Data Type
The value of the AccountCategoryRef field for the current default account category to add.
- _acctCat
Type: AccountCategory Extended Data Type
The value of the AccountCategory field for the current default account category to add.
- _desc
Type: Description Extended Data Type
The value of the Description field for the current default account category to add.
Remarks
The AccountType field has the LedgerAccountCategoryAccountType::Blank enumeration value and the Closed field has the NoYes::No enumeration value for each default account category to add.