Share via


WHSLocDirTable::findByRecId Method

Finds the specified record in the WHSLocDirTable table.

Syntax

client server public static WHSLocDirTable findByRecId(RecId _recId, [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: WHSLocDirTable Table
A record in the WHSLocDirTable table; otherwise, an empty record.

See Also

Reference

WHSLocDirTable Table