xInfo.startup Method

Executes when the client starts.

Syntax

public void startup(str startupCmd)

Run On

Called

Parameters

  • startupCmd
    Type: str

Remarks

Note

Do not use this method. Use one following methods instead.

Use the Info.startupPost Method to pass startup commands to the client.

Use the Application.startupPost Method to pass startup commands to the server.

Note

Do not use the Application.startup or Info.startup methods. This might affect code in a new version of Microsoft Dynamics AX, which could prevent the client or server from starting.

See Also

xInfo Class

xInfo.shutDown Method