DOCommonServerState::findByRecId Method
Finds a server state record by using the record ID.
Syntax
client server public static DOCommonServerState findByRecId(RecId _serverStateRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _serverStateRecId
Type: RecId Extended Data Type
The record ID of the server state record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DOCommonServerState Table
A DOCommonServerState record.