Share via


RetailConnReplicationJob.onAfterHandleGroup Method [AX 2012]

Adds the receiver list as a package and sends it to client using the connection.

Syntax

public boolean onAfterHandleGroup(
    RetailConnDistributionGroupId _groupId, 
    RetailConnDistributionSubgroupId _subgroupId, 
   [boolean _writeOnlyToAX])

Run On

Called

Parameters

  • _writeOnlyToAX
    Type: boolean
    Indicates that the response must be applied to AX.

Return Value

Type: boolean
true if the data is successfully sent, else error.

Remarks

The onAfterHandleGroup method uses RetailConnDataDirectorClient class for the client functions.

See Also

Reference

RetailConnReplicationJob Class