Share via


InventQuarantineUpdEnd.movePalletsForReceiptIfNeeded Method [AX 2012]

Moves pallet to receipt locations if possible.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected void movePalletsForReceiptIfNeeded(InventTransOriginId _inventTransOriginId)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void movePalletsForReceiptIfNeeded(InventTransOriginId _inventTransOriginId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void movePalletsForReceiptIfNeeded(InventTransOriginId _inventTransOriginId)

  Microsoft Dynamics AX 2012 (FPK)
          private void movePalletsForReceiptIfNeeded(InventTransOriginId _inventTransOriginId)

  Microsoft Dynamics AX 2012 (SYS)
          private void movePalletsForReceiptIfNeeded(InventTransOriginId _inventTransOriginId)

Run On

Server

Parameters

See Also

Reference

InventQuarantineUpdEnd Class