This documentation is archived and is not being maintained.
RetailConnReplicationJob.onBeforeHandleGroup Method [AX 2012]
creates a client connection and sets the jobID and message to the client.
public boolean onBeforeHandleGroup(str _message)
Run On
Called
Parameters
-
_message
- Type: str
A string variable that holds the message to be displayed on client.
Return Value
Type:
boolean
a boolean value that indicates the successful processing, else error.
The onBeforeHandleGroup method uses RetailConnDataDirectorClient class for the client functions.