Share via


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.

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.

See Also

Reference

MainAccountCategory Table