Share via


InterCompanyTransferInventDim::doTransferReturn Method [AX 2012]

Used when the inventory dimensions is transferred without any user action for return orders.

Syntax

client server public static void doTransferReturn(
    DataAreaId _fromDataAreaId, 
    InventTransId _fromInventTransId, 
    DataAreaId _toDataAreaId, 
    InventTransId _toInventTransId, 
    InterCompanyEndpointActionPolicyTransfer _actionPolicyTransfer, 
    StatusReceipt _statusReceipt, 
   [boolean _registerReceipt, 
    boolean _forceTransfer])

Run On

Called

Parameters

  • _registerReceipt
    Type: boolean
    Whether to use a receipt registration when transferring as part of intercompany direct delivery posting; optional.
  • _forceTransfer
    Type: boolean
    Whether to force transfer when transferring invent dimensions automatically; optional.

See Also

Reference

InterCompanyTransferInventDim Class