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.
Method creates an class object for the value in the RetailConnSchedulerJobTable.ElementName field and calls the run method of the object created.
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 runClass(
RetailConnSchedulerJobTable _schedulerJobTable,
Batch _currentBatch,
[Common _schedulerLog,
str _locationGroupFilter,
Common _locList])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean runClass(
RetailConnSchedulerJobTable _schedulerJobTable,
Batch _currentBatch,
[RetailConnSchedulerLog _schedulerLog,
str _locationGroupFilter,
RetailConnLocationList _locList])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean runClass(
RetailConnSchedulerJobTable _schedulerJobTable,
Batch _currentBatch,
[RetailConnSchedulerLog _schedulerLog,
str _locationGroupFilter,
RetailConnLocationList _locList])
Run On
Called
Parameters
- _schedulerJobTable
Type: RetailConnSchedulerJobTable Table
The current instance of RetailConnSchedulerJobTable table.
- _currentBatch
Type: Batch Table
The current instance of Batch table.
- _schedulerLog
Type: Common Table
The current instance of RetailConnSchedulerLog table.
- _locationGroupFilter
Type: str
User selected value to be used in a re-run of a A-Job.
- _locList
Type: Common Table
User selected value of RetailConnLocationList.
Return Value
Type: boolean
Boolean value and logs a info message.