InventTestAssociationTable::isOrderTypeAndDocumentStatusConsistent Method
Validates the consistency of order reference type and document status.
Syntax
client server public static boolean isOrderTypeAndDocumentStatusConsistent(InventTestReferenceType _referenceType, InventTestDocumentStatus _documentStatus)
Run On
Called
Parameters
- _referenceType
Type: InventTestReferenceType Enumeration
The order reference type.
- _documentStatus
Type: InventTestDocumentStatus Enumeration
The document status.
Return Value
Type: boolean
true if the order reference type and document status are consistent; otherwise false .