RetailMassUpdateProductFastTab::find Method
Finds a record in RetailMassUpdateProductFastTab table.
Syntax
client server public static RetailMassUpdateProductFastTab find(str _fastTabName, [boolean _forUpdate])
Run On
Called
Parameters
- _fastTabName
Type: str
Value to be searched for in Name field of RetailMassUpdateProductFastTab table.
- _forUpdate
Type: boolean
Defines whether the found record is to be updated or not.Optional parameter.
Return Value
Type: RetailMassUpdateProductFastTab Table
A record of RetailMassUpdateProductFastTab table.