PDSCalculationTable::findRecId Method
Finds a PDSCalculationTable record.
Syntax
client server public static PDSCalculationTable findRecId(PDSCalculationTableRecId _calculationTableRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _calculationTableRecId
Type: PDSCalculationTableRecId Extended Data Type
The record ID of the PDSCalculationTable to find.
- _forUpdate
Type: boolean
Determines whether to read the record for update; optional.
Return Value
Type: PDSCalculationTable Table
The found PDSCalculationTable record or an empty buffer if no such record exists.