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
- _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.
Remarks
The onAfterHandleGroup method uses RetailConnDataDirectorClient class for the client functions.