InventDimASPWebFormAdapter.formObject Method [AX 2012]
Gets the underlying form object.
Syntax
public Object formObject()
Run On
Called
Return Value
Type: Object Class
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.