SpecTrans::existMarkedPayment Method
Determines whether a record in the SpecTrans table exists with the Payment field set to Yes.
Syntax
client server public static boolean existMarkedPayment(
CompanyId _specCompany,
TableId _specTableId,
RefRecId _specRecId)
Run On
Called
Parameters
- _specCompany
Type: CompanyId Extended Data Type
The spec company of the SpecTrans record to find.
- _specTableId
Type: TableId Extended Data Type
The spec table ID of the SpecTrans record to find.
- _specRecId
Type: RefRecId Extended Data Type
The spec record ID of the SpecTrans record to find.
Return Value
Type: boolean
true if a record in the SpecTrans table exists with the Payment field set to Yes; otherwise, false.