Share via


InventQualityManagementBlock.actOnAssociations Method [AX 2012]

Checks quality associations that match criteria passed for blocking policy and blocks the currently considered process accordingly.

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 for third-party methods called in the run method.

See Also

Reference

InventQualityManagementBlock Class