Share via


RetailStoreTable::findRecId Method

Finds a record that has a specified RecId value.

Syntax

client server public static RetailStoreTable findRecId(RecId _storeRecId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true if the record is selected for update; otherwise, false

Return Value

Type: RetailStoreTable Table
The record that is found.

See Also

Reference

RetailStoreTable Table