FormRun.loadUserSetting Method [AX 2012]

Is called when the user settings for a form are loaded.

public void loadUserSetting()

Run On

Client

User settings are loaded when a form is created.

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

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

Community Additions

ADD
Show: