Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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])
Run On
Called
Parameters
- _schedulerJobTable
Type: RetailConnSchedulerJobTable Table
The current instance of RetailConnSchedulerJobTable table.
- _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.