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.
Determines whether the invoice subline occurs in the table with the specified LineRefRecId,JournalRefTableId, and JournalRefRecId fields.
Syntax
client server public static boolean exist(
PurchParmLineRefRecId _lineRefRecId,
PurchJournalLinkRefTableId _journalRefTableId,
PurchJournalLinkRefRecId _journalRefRecId)
Run On
Called
Parameters
- _lineRefRecId
Type: PurchParmLineRefRecId Extended Data Type
The record ID of the record to check for existence.
- _journalRefTableId
Type: PurchJournalLinkRefTableId Extended Data Type
The JournalRefTableId value of the record to check for existence.
- _journalRefRecId
Type: PurchJournalLinkRefRecId Extended Data Type
The JournalRefRecId value of the record to check for existence.
Return Value
Type: boolean
true if a record exists; otherwise, false.