GeneralJournalAccountEntry.canReverse Method
Gets a value that determines whether the current transaction can be reversed.
Syntax
public boolean canReverse([LedgerEntry _ledgerEntry])
Run On
ClientOrServer
Parameters
- _ledgerEntry
Type: LedgerEntry Table
The associated ledger entry record; optional.
Return Value
Type: boolean
true if the entry can be reversed; otherwise, false.
Remarks
This method is provided to allow a single call from the client tier to loop over all of the subledger voucher links and return a value without causing many remote calls.