RetailStoreTable::find Method

Finds a record using the storeId parameter.

Syntax

client server public static RetailStoreTable find(RetailStoreId _storeId, [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: RetailStoreTable Table
The record that was found.

See Also

Reference

RetailStoreTable Table