SpecTrans::existMarkedFullSettlement Method
Determines whether a record in the SpecTrans table exists with the FullSettlement field set to NoYes::Yes.
Syntax
client server public static boolean existMarkedFullSettlement(
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 exists; otherwise, false.