Share via


DDETopic.request Method

Is called when the server receives a request command.

Syntax

public str request(str item)

Run On

Client

Parameters

  • item
    Type: str
    The item from which data is desired.

Return Value

Type: str
Data that belongs to the item.

Remarks

This method can be used to extract data from Microsoft Dynamics AX 3.0 (formerly known as Microsoft Business Solutions–Axapta 3.0).

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

See Also

Reference

DDETopic Class