ReqPlannedOrder.insertFromForm Method [AX 2012]
Fills in the ID of the order and updates various fields when a planned order is inserted from the planned orders form.
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 void insertFromForm(
ReqPO _reqPO,
InventDim _inventDim,
[InventLocationId _fromInventLocationId,
InventLocationId _toInventLocationId,
boolean _runExplosion,
boolean _recalculateBomLevels])
Microsoft Dynamics AX 2012 R2 (SYS)
public void insertFromForm(
ReqPO _reqPO,
InventDim _inventDim,
[InventLocationId _fromInventLocationId,
InventLocationId _toInventLocationId,
boolean _runExplosion,
boolean _recalculateBomLevels])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void insertFromForm(
ReqPO _reqPO,
InventDim _inventDim,
[InventLocationId _fromInventLocationId,
InventLocationId _toInventLocationId,
boolean _runExplosion])
Microsoft Dynamics AX 2012 (FPK)
public void insertFromForm(
ReqPO _reqPO,
InventDim _inventDim,
[InventLocationId _fromInventLocationId,
InventLocationId _toInventLocationId,
boolean _runExplosion])
Microsoft Dynamics AX 2012 (SYS)
public void insertFromForm(
ReqPO _reqPO,
InventDim _inventDim,
[InventLocationId _fromInventLocationId,
InventLocationId _toInventLocationId,
boolean _runExplosion])
Run On
ServerParameters
- _reqPO
- Type: ReqPO Table
The ReqPO record with the planned order data.
- _inventDim
- Type: InventDim Table
The inventory dimensions for the planned order.
- _fromInventLocationId
- Type: InventLocationId Extended Data Type
The source warehouse for transfer orders; optional.
- _toInventLocationId
- Type: InventLocationId Extended Data Type
The destination warehouse for transfer orders; optional.
- _runExplosion
- Type: boolean
Determines whether explosion should be performed after order creation; optional.
- _recalculateBomLevels
- Type: boolean
Determines if BOM levels should be recalculated; optional.
Community Additions
ADD
Show:
Note