This documentation is archived and is not being maintained.
DDETopic.request Method [AX 2012]
Is called when the server receives a request command.
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.
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.