Share via


RetailBatchExportPaths::find Method

Finds the specified record in the RetailBatchExportPaths table.

Syntax

client server public static RetailBatchExportPaths find(
    RetailHandheldId _handheldId, 
    RetailBatchExportEntryType _batchExportEntryType, 
   [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: RetailBatchExportPaths Table
A record in the RetailBatchExportPaths table; otherwise, an empty record.

See Also

Reference

RetailBatchExportPaths Table