RetailMassUpdateProductProperty::find Method
Finds a record in RetailMassUpdateProductProperty table.
Syntax
client server public static RetailMassUpdateProductProperty find(
RetailDestinationFieldNum _destinationFieldNum,
RetailDestinationTableNum _destinationTableNum,
RefRecId _fastTabRecID,
FieldId _columnId,
[boolean _forUpdate])
Run On
Called
Parameters
- _destinationFieldNum
Type: RetailDestinationFieldNum Extended Data Type
Value to be searched for in DestinationFieldNum column.
- _destinationTableNum
Type: RetailDestinationTableNum Extended Data Type
Value to be searched for in DestinationTableNum column.
- _fastTabRecID
Type: RefRecId Extended Data Type
Value to be searched for in FastTabRecId column.
- _columnId
Type: FieldId Extended Data Type
Value to be searched for in FastTabRecId column.
- _forUpdate
Type: boolean
Defines whether the found record is to be updated or not.Optional parameter.
Return Value
Type: RetailMassUpdateProductProperty Table
A record of RetailMassUpdateProductProperty table.