Share via


RetailConnSCAXSession.PrepareRecIDFromAction Method [AX 2012]

Dump all related actions into change reference table

Syntax

public void PrepareRecIDFromAction(
    TableId _tableID, 
    utcdatetime _counter1, 
    utcdatetime _counter2, 
    Common _filter, 
    Common _allFilter)

Run On

Server

Parameters

  • _counter1
    Type: utcdatetime
    Lower bound of created datetime of actions to process
  • _counter2
    Type: utcdatetime
    Upper bound of created datetime of actions to process
  • _filter
    Type: Common Table
    Location filter of the actions to process
  • _allFilter
    Type: Common Table
    Location filter for actions to send data to all places

See Also

Reference

RetailConnSCAXSession Class