Share via


InventQualityOrderTable.pdsValidateBatchAttributes Method

Validates all quality order lines that are needed to be checked for batch attributes update.

Syntax

public boolean pdsValidateBatchAttributes(
   [InventBatchId _inventBatchId, 
    boolean _acceptError, 
    boolean _updateRelatedBatches])

Run On

ClientOrServer

Parameters

  • _acceptError
    Type: boolean
    A Boolean value that indicates whether to display a warning message for an incorrect batch attribute validation.
  • _updateRelatedBatches
    Type: boolean
    A Boolean value that indicates whether related inventory batches also have to be updated with the batch attribute value.

Return Value

Type: boolean
true if the quality order lines are needed to be checked for batch attribute update; otherwise, false .

See Also

Reference

InventQualityOrderTable Table