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
- _storeRecId
Type: RecId Extended Data Type
The RedId value of the store.
- _forUpdate
Type: boolean
true if the record is selected for update; otherwise, false
Return Value
Type: RetailStoreTable Table
The record that is found.