PdsGenerateInspectionOrders::newBuffer Method [AX 2012]

Creates an initializes a new instance of the PdsGenerateInspectionOrders class.

client server public static PdsGenerateInspectionOrders newBuffer(
   [InventBatchId _batchId, 
    ItemId _itemId, 
    TransDate _prodDate])

Run On

Called

Parameters

_batchId
Type: InventBatchId Extended Data Type
An InventBatchId value; optional.
_itemId
Type: ItemId Extended Data Type
An ItemId value; optional.
_prodDate
Type: TransDate Extended Data Type
A TransDate value; optional.

Return Value

Type: PdsGenerateInspectionOrders Class
A new instance of the PdsGenerateInspectionOrders class.
Show: