RetailConnReplicationJob_DataDirector.run Method [AX 2012]

Connects to the client and process all location groups for all "By Actions" jobs and updates the scheduler tables.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean run(
            RetailConnSchedulerJobTable _schedulerJobTable, 
           [Common _schedulerLog, 
            str _locationGroupFilter])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean run(
            RetailConnSchedulerJobTable _schedulerJobTable, 
           [RetailConnSchedulerLog _schedulerLog, 
            str _locationGroupFilter])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean run(
            RetailConnSchedulerJobTable _schedulerJobTable, 
           [RetailConnSchedulerLog _schedulerLog, 
            str _locationGroupFilter])

Run On

Called

Parameters

  • _schedulerLog
    Type: Common Table
    Optional argument for re-run of A-Jobs
  • _locationGroupFilter
    Type: str
    Optional Argument for re-run of A-Jobs

Return Value

Type: boolean
true if the processing is done successfully.

See Also

Reference

RetailConnReplicationJob_DataDirector Class