FormGroupControl.inputSearch Method [AX 2012]
Is called when the user enters a search string in a bound control.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void inputSearch(str searchStr)
Microsoft Dynamics AX 2012 R2 (SYS)
public void inputSearch(str searchStr)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void inputSearch([str searchStr])
Microsoft Dynamics AX 2012 (FPK)
public void inputSearch([str searchStr])
Microsoft Dynamics AX 2012 (SYS)
public void inputSearch([str searchStr])
Run On
ClientParameters
- searchStr
- Type: str
A String data type that contains search text; optional.
You can override this method in a form group control by right-clicking the Methods node below the control, clicking Override Method, and then clicking inputSearch.
For information about best practices for forms and code, see No Code in Forms.
Community Additions
ADD
Show:
Note