LedgerEntry::deleteForFundAcctDatePeriodPostType Method

Deletes the LedgerEntry records with the specified accounting date, range of funds and fiscal calendar period, excluding records with specified posting type.

Syntax

client server public static void deleteForFundAcctDatePeriodPostType(
    FundNumber _fromFund, 
    FundNumber _toFund, 
    TransDate _accountingDate, 
    FiscalCalendarPeriodRecId _fiscalCalendarPeriodRecId, 
    LedgerPostingType _postingType)

Run On

Called

Parameters

Remarks

The deleteForFundAcctDatePeriodPostTypemethod on the GeneralJournalAccountEntry table is for general use and cascades to related tables.

See Also

Reference

LedgerEntry Table