DEL_RetailConnInitialReplicationCounter::initialTransactionNumber Method
Finds the specified record in the RetailConnInitialReplicationCounter table by using the specified parameter values. If the record exists then ret is initialized with the value of the RetailConnInitialReplicationCounter.InitialTransNum field; else 1.
Syntax
client server public static int initialTransactionNumber(TableId _tableId, RetailConnDistributionLocationId _locationId)
Run On
Called
Parameters
- _tableId
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.
Return Value
Type: int
The value in the RetailConnInitialReplicationCounter.InitialTransNum field if the record exists in RetailConnInitialReplicationCounter table; else 1.