PurchEditLinesForm_Invoice.openQueryForm Method [AX 2012]

Opens up the standard select query dialog box or packing slip query form that is based on the caller menu item.

public boolean openQueryForm(MenuItemNameAction _callerMenuItem, FormRun _formRun)

Run On

Client

Parameters

_callerMenuItem
Type: MenuItemNameAction Extended Data Type
The caller menu item.
_formRun
Type: FormRun Class
The caller form.

Return Value

Type: boolean
true if the required query form has to be opened; otherwise, false.

Community Additions

ADD
Show: