InventQualityReferenceType.setStatusReceiptRangeValue Method [AX 2012]

Sets a range value for the StatusReceipt field on the data source of the InventTrans table that is based on the document status and test execution values.

protected void setStatusReceiptRangeValue(
    QueryBuildRange _qbrStatusReceipt, 
    InventTestDocumentStatus _inventTestDocumentStatus, 
    InventTestExecution _inventTestExecution)

Run On

Called

Parameters

_qbrStatusReceipt
Type: QueryBuildRange Class
A query build range object.
_inventTestDocumentStatus
Type: InventTestDocumentStatus Enumeration
A document status value.
_inventTestExecution
Type: InventTestExecution Enumeration
A test execution value.

Community Additions

ADD
Show: