Share via


InventTrans.deleteReturnTransOrigin Method

Matches inventory transactions for return orders removing the ReturnInventTransOrigin field.

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
          public void deleteReturnTransOrigin([boolean _orderedOnly])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void deleteReturnTransOrigin([boolean _orderedOnly])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void deleteReturnTransOrigin()

  Microsoft Dynamics AX 2012 (FPK)
          public void deleteReturnTransOrigin()

  Microsoft Dynamics AX 2012 (SYS)
          public void deleteReturnTransOrigin()

Run On

ClientOrServer

Parameters

  • _orderedOnly
    Type: boolean
    A boolean parameter indicating whether to filtered only by StatusReceipt::Ordered; optional.

Remarks

Note that we count remaining quantity in catch weight units if item is catch weight; otherwise, in inventory quantity.

If a transaction partially fulfills the returned order, it will be split to match it exactly.

A transaction sum up is triggered as well.

This method is closely related to insertReturnTransOrigin.

See Also

Reference

InventTrans Table