FormRun.firstField Method [AX 2012]

Is called when a user opens a form or uses the CTRL+SHIFT+HOME keyboard shortcut.

public void firstField([int flags])

Run On

Client

Parameters

flags
Type: int
An integer that specifies a field flag; optional.

To override this method on a form, right-click the Methods node below the form, click Override Method, and then click firstField.

For information about best practices for forms and code, see No Code in Forms.

Community Additions

ADD
Show: