DDETopic.poke Method [AX 2012]

Is called when the server receives a poke command.

public void poke(str item, str data)

Run On

Client

Parameters

item
Type: str
The item for which to set data.
data
Type: str
The data to transfer.

Remember to call the status method if the function accepts the command string. The default implementation will be set to NOTPROCESS. This can be used to transfer data to Microsoft Dynamics AX.

Community Additions

ADD
Show: