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
- _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
An WrkCtrIdBase value.
Remarks
This method is intended to provide a call back for third-party methods that are called in the run method.