Share via


RetailRelatedProductsJob.updateFrequencyTable Method [AX 2012]

Updates the frequency table for transactions that fall within the specified time interval.

Syntax

private void updateFrequencyTable(utcdatetime startTime, utcdatetime endTime)

Run On

Called

Parameters

  • startTime
    Type: utcdatetime
    The interval start time of sales transactions to consider.
  • endTime
    Type: utcdatetime
    The interval end time of sales transactions to consider.

Remarks

The time window is used to avoid recomputing the frequencies of previous transactions over and over again. The synchronization anchor is maintained so we continuously operate on smaller sets of data.

See Also

Reference

RetailRelatedProductsJob Class