Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: DOCommonServerState Table
A DOCommonServerState record.

See Also

Reference

DOCommonServerState Table