RetailStoreTable_IN::findByRetailStoreTable Method
Finds the specified record in the RetailStoreTable_IN table.
Syntax
client server public static RetailStoreTable_IN findByRetailStoreTable(RefRecId _retailStoreTableRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _retailStoreTableRecId
Type: RefRecId Extended Data Type
The record ID of the RetailStoreTable record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailStoreTable_IN Table
The specified record in the RetailStoreTable_IN table; otherwise, an empty record.