DEL_RetailConnInitialReplicationCounter::find Method
Finds the specified record in the RetailConnInitialReplicationCounter table by using the specified parameter values.
Syntax
client server public static DEL_RetailConnInitialReplicationCounter find(
TableId _refTableId,
RetailConnDistributionLocationId _locationId,
[boolean _forUpdate])
Run On
Called
Parameters
- _refTableId
Type: TableId Extended Data Type
The table ID of the initial replication counters record to find.
- _locationId
Type: RetailConnDistributionLocationId Extended Data Type
The location number of the initial replication counters record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DEL_RetailConnInitialReplicationCounter Table
A record in the RetailConnInitialReplicationCounter table; otherwise, an empty record.