RouteTable::findRecId Method

Finds a record in the RouteTable table based on the RecId field.

Syntax

client server public static RouteTable findRecId(RecId _recId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    Determines if the found record should be selected for update; optional.

Return Value

Type: RouteTable Table
The found record if any.

See Also

Reference

RouteTable Table