Share via


InventPackagingUnit::findSalesPackingUnitServer Method

Finds a sales invent packing unit.

Syntax

server public static InventPackingUnit findSalesPackingUnitServer(ItemId _itemId, InventDim _inventDim)

Run On

Server

Parameters

  • _inventDim
    Type: InventDim Table
    The InventDimId value for which the packing unit should be found.

Return Value

Type: InventPackingUnit Extended Data Type
An InventPackingUnit object.

Remarks

This method is set to run on the server to reduce RPC calls.

See Also

Reference

InventPackagingUnit Table