SpecTrans::getSpecTransCount Method
Gets a count of the SpecTrans records that share the same SpecCompany, SpecTableId, and SpecRecId values.
Syntax
client server public static Integer getSpecTransCount(
CompanyId _specCompany,
TableId _specTableId,
RefRecId _specRecId)
Run On
Called
Parameters
- _specCompany
Type: CompanyId Extended Data Type
The company of the group of SpecTrans records for which to count records.
- _specTableId
Type: TableId Extended Data Type
The table ID of the group of SpecTrans records for which to count records.
- _specRecId
Type: RefRecId Extended Data Type
The record ID of the group of SpecTrans records for which to count records.
Return Value
Type: Integer Extended Data Type
The count of SpecTrans records.