RetailImportSetup::find Method

Finds the specified record in the RetailImportSetup table.

Syntax

client server public static RetailImportSetup find(
    RetailImportGroupId _importGroupId, 
   [int _elementId, 
    boolean _update])

Run On

Called

Parameters

  • _elementId
    Type: int
    An integer value indicating the element.
  • _update
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailImportSetup Table
A record in the RetailImportSetup table; otherwise, an empty record.

See Also

Reference

RetailImportSetup Table