ProjJournalTrans::exist Method
Determines whether a project journal line exists.
Syntax
client server private static boolean exist(
ProjJournalId _journalId,
Voucher _voucher,
LineNum _lineNum)
Run On
Called
Parameters
- _journalId
Type: ProjJournalId Extended Data Type
The journal ID for the project journal that contains the journal line.
- _voucher
Type: Voucher Extended Data Type
The voucher number of the journal line.
- _lineNum
Type: LineNum Extended Data Type
The line number of the journal line.
Return Value
Type: boolean
true if the journal line associated with the JournalID, Voucher, and LineNumexists; otherwise, false.