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.
Takes information about an asset transaction and determines whether it is eligible to be reversed or revoked.
Syntax
public container canTransactionBeReversed(
Voucher _voucher,
AssetTransDate _transDate,
AssetJournalId _journalNumber,
LineNum _journalLineNum,
boolean _revoke)
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher number that corresponds to the transaction to find.
- _transDate
Type: AssetTransDate Extended Data Type
The transaction date of the transaction to reverse or revoke.
- _journalNumber
Type: AssetJournalId Extended Data Type
The journal number of the depreciation book transaction to reverse or revoke; optional.
- _journalLineNum
Type: LineNum Extended Data Type
The journal line number of the depreciation book transaction to reverse or revoke; optional.
- _revoke
Type: boolean
A Boolean value that specifies whether to validate a reversal or a revoke.
Return Value
Type: container
true if the transaction can be reversed or revoked; otherwise, false.