Share via


InterCompanyTransferInventDim::doTransfer Method [AX 2012]

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

Syntax

client server public static void doTransfer(
    DataAreaId _fromDataAreaId, 
    InventTransId _fromInventTransId, 
    DataAreaId _toDataAreaId, 
    InventTransId _toInventTransId, 
    InterCompanyEndpointActionPolicyTransfer _actionPolicyTransfer, 
    StatusIssue _statusIssue, 
   [Num _documentNum, 
    boolean _registerReceipt, 
    boolean _forceTransfer, 
    boolean _overDelivery])

Run On

Called

Parameters

  • _documentNum
    Type: Num Extended Data Type
    A document number used when transferring a specific document (packing slip number or invoice number); optional.
  • _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.
  • _overDelivery
    Type: boolean
    A Boolean value determining whether over delivery is allowed when fetching the InventTrans records; optional.

See Also

InterCompanyTransferInventDim Class

InterCompanyTransferInventDim.transfer Method