InventMovement.getInventDimForReservedTransPhysChange Method [AX 2012]
Returns the InventDim that should be put on the transaction when reservation status is updated from ordered to physical.
Syntax
public InventDim getInventDimForReservedTransPhysChange(
boolean _isWarehouseWHSEnabled,
InventDim _issueInventDim,
InventDim _issueInventDimAboveLocation)
Run On
Called
Parameters
- _isWarehouseWHSEnabled
Type: boolean
Is the warehouse using warehouse processes?
- _issueInventDim
Type: InventDim Table
InventDim record with all available dimensions populated.
- _issueInventDimAboveLocation
Type: InventDim Table
InventDim record with only dimensions above Location.
Return Value
Type: InventDim Table
The InventDim to set on the transaction.