ReqEventProcessBatchKanban::newStandard Method [AX 2012]
Creates an instance of the ReqEventProcessBatchKanban object.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server public static ReqEventProcessBatchKanban newStandard(
[PlanName _planReferenceName,
PlanActivityId _planActivityId,
LeanReplenishmentRuleId _kanbanRuleId,
KanbanId _kanbanId,
SalesId _salesId,
int _numberOfTasks,
boolean _filterByPlannedStatus])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static ReqEventProcessBatchKanban newStandard(
[PlanName _planReferenceName,
PlanActivityId _planActivityId,
LeanReplenishmentRuleId _kanbanRuleId,
KanbanId _kanbanId,
SalesId _salesId,
int _numberOfTasks,
boolean _filterByPlannedStatus])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static ReqEventProcessBatchKanban newStandard(
[PlanName _planReferenceName,
PlanActivityId _planActivityId,
LeanReplenishmentRuleId _kanbanRuleId,
KanbanId _kanbanId,
SalesId _salesId,
int _numberOfTasks])
Microsoft Dynamics AX 2012 (FPK)
client server public static ReqEventProcessBatchKanban newStandard(
[PlanName _planReferenceName,
PlanActivityId _planActivityId,
LeanReplenishmentRuleId _kanbanRuleId,
KanbanId _kanbanId,
SalesId _salesId,
int _numberOfTasks])
Microsoft Dynamics AX 2012 (SYS)
client server public static ReqEventProcessBatchKanban newStandard(
[PlanName _planReferenceName,
PlanActivityId _planActivityId,
LeanReplenishmentRuleId _kanbanRuleId,
KanbanId _kanbanId,
SalesId _salesId,
int _numberOfTasks])
Run On
CalledParameters
- _planReferenceName
- Type: PlanName Extended Data Type
A PlanName string identifier that is used as filter when it processes; optional.
- _planActivityId
- Type: PlanActivityId Extended Data Type
A PlanActivityId string identifier that is used as filter when it processes; optional.
- _kanbanRuleId
- Type: LeanReplenishmentRuleId Extended Data Type
A LeanReplenishmentRuleId string identifier that is used as filter when it processes; optional.
- _kanbanId
- Type: KanbanId Extended Data Type
A KanbanId string identifier that is used as filter when it processes; optional.
- _salesId
- Type: SalesId Extended Data Type
A SalesId string identifier that is used as filter when it processes; optional.
- _numberOfTasks
- Type: int
The number of parallel tasks used when it runs as batch jobs.
- _filterByPlannedStatus
- Type: boolean
Show:
Note