Share via


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.

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.

See Also

Reference

DEL_LedgerAccountCategory Table