PmfFormCtrl_InventTransferOrders::constructFromForm Method [AX 2012]

Creates an instance of the PmfFormCtrl_InventTransferOrders class based on a FormRun object.

client server public static PmfFormCtrl_InventTransferOrders constructFromForm(FormRun _fr)

Run On

Called

Parameters

_fr
Type: FormRun Class
The FormRun object.

Return Value

Type: PmfFormCtrl_InventTransferOrders Class
New instance of class PmfFormCtrl_InventTransferOrders

Creates a new class derived from PmfFormCtrl_InventTransferOrders and sets the formRun variable to the value of the calling form.

Show: