GeneralJournalAccountEntry::deleteForPostType Method
Deletes the general journal account records with either of the specified posting types.
Syntax
client server public static void deleteForPostType(LedgerPostingType _firstPostingType, LedgerPostingType _secondPostingType)
Run On
Called
Parameters
- _firstPostingType
Type: LedgerPostingType Enumeration
The first posting type.
- _secondPostingType
Type: LedgerPostingType Enumeration
The second posting type.
Remarks
The general journal data model is updated for the deleted records.
Pass the same value for both parameters to delete records with one posting type.