Share via


SysSetupFormRun.loadUserSetting Method [AX 2012]

Loads the user settings when a form is created.

Syntax

public void loadUserSetting()

Run On

Client

Remarks

To override this method on a form, right-click the Methods node under the form, click Override Method, and then click loadUserSetting.For information about best practices dealing with forms and code, see [No Code in Forms].

See Also

Reference

SysSetupFormRun Class