Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates quality orders that are conditioned on the existence of relevant quality associations and the lack of open quality orders that match ones that exist.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server public static void createPerQualityAssociations(
Common _buffer,
InventTestDocumentStatus _documentStatus,
InventTestExecution _execution,
InventQty _updatedQuantity,
[PdsCWInventQty _cwUpdatedQuantity,
InventSiteId _inventSiteId])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static void createPerQualityAssociations(
Common _buffer,
InventTestDocumentStatus _documentStatus,
InventTestExecution _execution,
InventQty _updatedQuantity,
[PdsCWInventQty _cwUpdatedQuantity,
InventSiteId _inventSiteId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static void createPerQualityAssociations(
Common _buffer,
InventTestDocumentStatus _documentStatus,
InventTestExecution _execution,
InventQty _updatedQuantity,
[PdsCWInventQty _cwUpdatedQuantity,
InventSiteId _inventSiteId])
Microsoft Dynamics AX 2012 (FPK)
server public static void createPerQualityAssociations(
Common _buffer,
InventTestDocumentStatus _documentStatus,
InventTestExecution _execution,
InventQty _updatedQuantity)
Microsoft Dynamics AX 2012 (SYS)
server public static void createPerQualityAssociations(
Common _buffer,
InventTestDocumentStatus _documentStatus,
InventTestExecution _execution,
InventQty _updatedQuantity)
Run On
Server
Parameters
- _buffer
Type: Common Table
A Common record that contains the reference document.
- _documentStatus
Type: InventTestDocumentStatus Enumeration
A InventTestDocumentStatus value.
- _execution
Type: InventTestExecution Enumeration
A InventTestExecution value.
- _updatedQuantity
Type: InventQty Extended Data Type
An inventory quantity that is updated.
- _cwUpdatedQuantity
Type: PdsCWInventQty Extended Data Type
A catch weight quantity that is updated.
- _inventSiteId
Type: InventSiteId Extended Data Type
The ID of the site set on the quality reference.