RetailConnReplicationJob_DataDirector.bufferSourceCounter Method [AX 2012]
Creates a temporary table source to save the ID values of the connection.
public void bufferSourceCounter(
RetailConnJobId _jobId,
RetailConnSubJobId _subjobId,
utcdatetime _createdMin,
utcdatetime _createdMax,
RefRecId _locationListRecId)
Run On
CalledParameters
- _jobId
- Type: RetailConnJobId Extended Data Type
The value of the JobID field in RetailConnSchedulerReplicationCounter table.
- _subjobId
- Type: RetailConnSubJobId Extended Data Type
The value of SubJobID 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: