Share via


InventQualityReferenceType::newPdsBatchAttribUpdateBuffer Method [AX 2012]

Creates and initializes a new instance of the InventQualityReferenceType class that is used to update batch attribute values.

Syntax

client server public static InventQualityReferenceType newPdsBatchAttribUpdateBuffer(
    Common _buffer, 
    PdsBatchAttribUpdateType _updateType, 
   [boolean _updateRelatedBatches])

Run On

Called

Parameters

  • _buffer
    Type: Common Table
    The reference buffer that indicates which derived version of the class to instantiate.
  • _updateRelatedBatches
    Type: boolean
    Indicates whether a quality order must update all inventory batches that are related to the reference order.

Return Value

Type: InventQualityReferenceType Class
An instance of the InventQualityReferenceType class.

Exceptions

Exception Condition
Error

The class cannot be instantiated based on the specified value of the _buffer parameter.

See Also

Reference

InventQualityReferenceType Class