RLedgerSheetEngine.dialogUpdateQuery Method [AX 2012]

Updates the query in the dialog box.

Syntax

public void dialogUpdateQuery(Dialog _dialog, [boolean _update])

Run On

Called

Parameters

  • _dialog
    Type: Dialog Class
    A dialog box that is used to update the query.
  • _update
    Type: boolean
    A Boolean value that indicates whether to update the query.

Remarks

The method should not typically be called. The update is performed by standard Microsoft Dynamics AX.

See Also

Reference

RLedgerSheetEngine Class