InventQualityMgmtOrderInitializer.actOnAssociations Method [AX 2012]

Finds a quality association that matches the criteria that is passed and also matches the quality of the partial quality order that is being considered.

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 call back for third-party methods that are called in the getAssociation method.

See Also

Reference

InventQualityMgmtOrderInitializer Class