Share via


InventCostClosing.getFromDialog Method [AX 2012]

Assigns the dialog values to the internal variables.

Syntax

public boolean getFromDialog()

Run On

Called

Return Value

Type: boolean
true if assigning the dialog values was successful; otherwise, false.

Remarks

When inheriting from this method, remember to call the super method.

See Also

InventCostClosing Class

RunBase.dialog Method