PdsUpdateShelfAdvice::newBuffer Method [AX 2012]

Creates a new instance of the pdsUpdateShelfAdvice class.

client server public static PdsUpdateShelfAdvice newBuffer(InventBatchId _batchId, ItemId _itemId)

Run On

Called

Parameters

_batchId
Type: InventBatchId Extended Data Type
The InventBatchId value for which to retrieve the new buffer.
_itemId
Type: ItemId Extended Data Type
The item ID for which to retrieve new buffer.

Return Value

Type: PdsUpdateShelfAdvice Class
A new instance of the PdsUpdateShelfAdvice class.

The new instance will be based on the inventBatchId and the itemId values that are specified.

Show: