Share via


InventDimCtrl_Frm_Mov_OrderLine.formActiveSetup Method [AX 2012]

Overrides the formActiveSetup method to set the lock option of the item dimension that is used for delivery schedules.

Syntax

public void formActiveSetup([InventDimGroupSetup _inventDimGroupSetup, InventMovement _movement])

Run On

Called

Parameters

  • _inventDimGroupSetup
    Type: InventDimGroupSetup Class
    An instance of the InventDimGroupSetup class that provides information about the dimension setup.
  • _movement
    Type: InventMovement Class
    The inventory movement that is associated with the line; optional.

See Also

Reference

InventDimCtrl_Frm_Mov_OrderLine Class