MainAccountCategory::addToList Method
Assists in adding category information to a default account 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 default account category data to be inserted.
- _acctCatRef
Type: AccountCategoryRef Extended Data Type
The value of the AccountCategoryRef field for the current default account category that is being added.
- _acctCat
Type: AccountCategory Extended Data Type
The value of the AccountCategory field for the current default account category that is being added.
- _desc
Type: Description Extended Data Type
The value of the Description field for the current default account category that is being added.
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 that is added.