Share via


InventTransAutoCreateDimCheck::newFromMovementDim Method [AX 2012]

Creates a new instance of the InventTransAutoCreateDimCheck class according to the specified parameters related to an inventory update.

Syntax

client server public static InventTransAutoCreateDimCheck newFromMovementDim(
    InventMovement _movement, 
    InventDim _inventDim, 
    boolean _physicalUpdate)

Run On

Called

Parameters

  • _physicalUpdate
    Type: boolean
    A value indicating whether a physical update is being performed.

Return Value

Type: InventTransAutoCreateDimCheck Class
A new instance of the InventTransAutoCreateDimCheck class.

See Also

Reference

InventTransAutoCreateDimCheck Class