Share via


InventTransOrigin::deleteMarkingPhysicalDim Method

Removes the marking from transactions with the specified inventory transaction originator and dimensions. Only transactions related to physical on hand is considered.

Syntax

server public static container deleteMarkingPhysicalDim(
    InventTransOriginId _inventTransOriginId, 
    InventTransOriginId _markingRefInventTransOrigin, 
    InventDimId _inventDimId, 
    InventQty _markQty, 
   [PdsCWInventQty _cwMarkQty])

Run On

Server

Parameters

Return Value

Type: container
A container with the inventory quanty and catch weight quantity which marking was removed.

See Also

Reference

InventTransOrigin Table