RetailConnReplicationAJob.bufferSourceCounter Method [AX 2012]

A temporary table source to save the ID values of the connection.

public void bufferSourceCounter(
    RetailConnJobId _jobId, 
    RefTableId _refTableId, 
    utcdatetime _createdMin, 
    utcdatetime _createdMax, 
    RefRecId _locationListRecId)

Run On

Called

Parameters

_jobId
Type: RetailConnJobId Extended Data Type
The value of the JobID field in RetailConnSchedulerReplicationCounter table.
_refTableId
Type: RefTableId Extended Data Type
The value of refTableId field of RetailConnSchedulerReplicationCounter table.
_createdMin
Type: utcdatetime
The value of lastProcessed field of RetailConnSchedulerReplicationCounter table.
_createdMax
Type: utcdatetime
The value of lastProcessed field of RetailConnSchedulerReplicationCounter table.
_locationListRecId
Type: RefRecId Extended Data Type
The Record ID of the location-list for which the job is being executed.

Community Additions

ADD
Show: