Share via


RetailConnReplicationAJob.bufferSourceCounter Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • _createdMin
    Type: utcdatetime
    The value of lastProcessed field of RetailConnSchedulerReplicationCounter table.
  • _createdMax
    Type: utcdatetime
    The value of lastProcessed field of RetailConnSchedulerReplicationCounter table.

See Also

Reference

RetailConnReplicationAJob Class