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
- _itemCode
Type: ItemCode Extended Data Type
An ItemCode value.
- _itemRelation
Type: ItemRelation Extended Data Type
An ItemRelation value.
- _accountCode
Type: InventTestAccountCode Extended Data Type
An InventTestAccountCode value.
- _accountRelation
Type: InventTestAccountRelation Extended Data Type
An InventTestAccountRelation value.
- _wrkCtrCode
Type: InventTestWrkCtrCode Extended Data Type
An InventTestWrkCtrCode value.
- _wrkCtrRelation
Type: WrkCtrIdBase Extended Data Type
A WrkCtrIdBase value.
Remarks
This method is intended to provide a callback that specifies certain criteria on quality associations on which the implementer acts appropriately.