DDETopic.execute Method [AX 2012]

Is called when the server receives an execute command. This method can be used to execute commands.

public void execute(str Command)

Run On

Client

Parameters

Command
Type: str
A command string.

Remember to call the status method if the function accepts the command string. The default implementation will be set to NOTPROCESS.

Community Additions

ADD
Show: