Share via


RetailImportTableSelect::existsInOtherSelection Method

Finds a RetailImportTableSelect record with the same RefRecId value but not in the current session.

Syntax

client server public static RetailImportTableSelect existsInOtherSelection(RecId _refRecId, [boolean _forUpdate])

Run On

Called

Parameters

  • _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.

See Also

Reference

RetailImportTableSelect Table