Share via


RetailConnReplicationJob_DataDirector.bufferSourceCounter Method [AX 2012]

Creates a temporary table source to save the ID values of the connection.

Syntax

public void bufferSourceCounter(
    RetailConnJobId _jobId, 
    RetailConnSubJobId _subjobId, 
    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

RetailConnReplicationJob_DataDirector Class