InventQuarantineOrder::inventDimArriveOrRegistration Method

Retrieves an InventDim record to use for the arrival and registration of items that are directly under quarantine management and on a quarantine warehouse.

Syntax

client server public static InventDim inventDimArriveOrRegistration(
    InventDim _inventdimArriveOrRegister, 
    InventDim _inventDimMovement, 
    ItemId _itemId)

Run On

Called

Parameters

  • _inventdimArriveOrRegister
    Type: InventDim Table
    The InventDim record that is specified for arrival or registration.
  • _inventDimMovement
    Type: InventDim Table
    The InventDim table to use to determine the Inventlocation and WMSLocationvalues that are used for arrival or registration.

Return Value

Type: InventDim Table
An InventDim record that can be used for arrival and registration.

Remarks

Use this method to get the correct InventDim record when the arrival or registration is performed directly on a quarantine warehouse.

See Also

Reference

InventQuarantineOrder Table