PlSADTable::findRecId Method
Finds a PlSADTable record by PK.
Syntax
client server public static PlSADTable findRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: PlSADTable Table
The PlSADTable record that is found.