Share via


InventDimFormInterface.formObject Method [AX 2012]

Gets the underlying form object.

Syntax

public Object formObject()

Run On

Called

Return Value

Type: Object Class
An Object instance.

Remarks

Callers should use this object only to call a custom method which may be defined for a specific form, and only after checking that the method exists by using the hasMethod method.

Callers should use interface methods for calling standard methods.

See Also

Reference

InventDimFormInterface Interface