Share via


RetailConnReplicationJob.onBeforeHandleGroup Method [AX 2012]

creates a client connection and sets the jobID and message to the client.

Syntax

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.

Remarks

The onBeforeHandleGroup method uses RetailConnDataDirectorClient class for the client functions.

See Also

Reference

RetailConnReplicationJob Class