RetailConnReplicationJob_DataDirector.onBeforeHandleGroup Method [AX 2012]
creates a client connection and sets the jobID and message to the client.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public boolean onBeforeHandleGroup(str _message)
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean onBeforeHandleGroup(str _message)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean onBeforeHandleGroup(RetailConnSchedulerJobTable _schedulerJobTable, str _message)
Run On
CalledParameters
- _message
- Type: str
A string variable that holds the message to be displayed on client.
Community Additions
ADD
Show:
Note