RetailConnReplicationJob.onAfterHandleGroup Method [AX 2012]

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

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

Run On

Called

Parameters

_groupId
Type: RetailConnDistributionGroupId Extended Data Type
The value of GroupId field of RetailConnDistributionGroupMember table.
_subgroupId
Type: RetailConnDistributionSubgroupId Extended Data Type
The value of SubGroupId field of RetailConnDistributionGroupMember table.
_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.

The onAfterHandleGroup method uses RetailConnDataDirectorClient class for the client functions.

Community Additions

ADD
Show: