Share via


InventQualityManagementCreate.actOnAssociations Method [AX 2012]

Checks quality associations that match criteria that is passed for creation policy and creates quality orders accordingly.

Syntax

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

Run On

Server

Parameters

Remarks

This method is intended to provide a call back for third-party methods that are called in the run method.

See Also

Reference

InventQualityManagementCreate Class