Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _importGroupId
Type: RetailImportGroupId Extended Data Type
The ID value of the import group.
- _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.