GeneralJournalAccountEntry_W::deleteForFundAcctDatePeriodPostType Method
Deletes the GeneralJournalAccountEntry_W 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
- _fromFund
Type: FundNumber Extended Data Type
The start fund number.
- _toFund
Type: FundNumber Extended Data Type
The end fund number.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date.
- _fiscalCalendarPeriodRecId
Type: FiscalCalendarPeriodRecId Extended Data Type
The fiscal calendar period.
- _postingType
Type: LedgerPostingType Enumeration
The posting type.
Remarks
The deleteForFundAcctDatePeriodPostTypemethod on the GeneralJournalAccountEntry table is for general use and cascades to related tables.