RetailConnSchedulerUtilities.runClass Method [AX 2012]
Method creates an class object for the value in the RetailConnSchedulerJobTable.ElementName field and calls the run method of the object created.
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
CalledParameters
- _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.
Community Additions
ADD
Show:
Note