Share via


SysTaskRecorderSetupFormRun::newArgs Method [AX 2012]

Creates a new SysTaskRecorderSetupFormRun object by using the specified arguments.

Syntax

client public static SysTaskRecorderSetupFormRun newArgs(xArgs _args)

Run On

Client

Parameters

  • _args
    Type: xArgs Class
    An Args object that has arguments that are used to create the form object.

Return Value

Type: SysTaskRecorderSetupFormRun Class
A new SysTaskRecorderSetupFormRun form object.

Remarks

This method is used by the ClassFactory::formRunClassOnClient and Info.initBrowser methods to create SysTaskRecorderSetupFormRun forms when recording.

See Also

Reference

SysTaskRecorderSetupFormRun Class