LedgerEntry::deleteForAcctDatePeriodExclPostType Method
Deletes the LedgerEntry records with the specified accounting date and fiscal calendar period, excluding records with specified posting type.
Syntax
client server public static void deleteForAcctDatePeriodExclPostType(
TransDate _accountingDate,
FiscalCalendarPeriodRecId _fiscalCalendarPeriodRecId,
LedgerPostingType _postingTypeToExclude)
Run On
Called
Parameters
- _accountingDate
Type: TransDate Extended Data Type
The accounting date.
- _fiscalCalendarPeriodRecId
Type: FiscalCalendarPeriodRecId Extended Data Type
The fiscal calendar period.
- _postingTypeToExclude
Type: LedgerPostingType Enumeration
The posting type to exclude.
Remarks
The deleteForAcctDatePeriodExclPostTypemethod on the GeneralJournalAccountEntry table is for general use and cascades to related tables.