Share via


InventQualityManagementActionable.actOnAssociations Method [AX 2012]

Acts on a selection of quality associations that match the criteria passed.

Syntax

public void actOnAssociations(
    ItemCode _itemCode, 
    ItemRelation _itemRelation, 
    InventTestAccountCode _accountCode, 
    InventTestAccountRelation _accountRelation, 
    InventTestWrkCtrCode _wrkCtrCode, 
    WrkCtrIdBase _wrkCtrRelation)

Run On

Called

Parameters

Remarks

This method is intended to provide a callback that specifies certain criteria on quality associations on which the implementer acts appropriately.

See Also

Reference

InventQualityManagementActionable Interface