RetailImportTableSelect::find Method
Finds a RetailImportTableSelect record with the same RefRecId value and in the same session.
Syntax
client server public static RetailImportTableSelect find(RecId _refRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _refRecId
Type: RecId Extended Data Type
The RefRecId value of a RetailImportTableSelect record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailImportTableSelect Table
A RetailImportTableSelect record if found; otherwise, an empty record.