InventDimListPageInteractionAdapter.formObject Method [AX 2012]
Gets the underlying list page object.
Syntax
public Object formObject()
Run On
Called
Return Value
Type: Object Class
A list page interaction object.
Remarks
Callers should only use this object to call a custom method that may be defined for a specific form and only after checking that the method exists by using the hasMethod method.