Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the LedgerEntry records that have the specified accounting date, fiscal calendar period, and posting type.
Syntax
client server public static void deleteForAcctDatePeriodPostType(
TransDate _accountingDate,
FiscalCalendarPeriodRecId _fiscalCalendarPeriodRecId,
LedgerPostingType _postingType)
Run On
Called
Parameters
- _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 deleteForAcctDatePeriodPostTypemethod on the GeneralJournalAccountEntry table is for general use and cascades to related tables.