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
- _fromDataAreaId
Type: DataAreaId Extended Data Type
The company from which the _fromInventTransId originates.
- _fromInventTransId
Type: InventTransId Extended Data Type
The lot ID from which the inventory dimensions are transferred.
- _toDataAreaId
Type: DataAreaId Extended Data Type
The company from which the _toInventTransId originates.
- _toInventTransId
Type: InventTransId Extended Data Type
The lot ID to which the inventory dimensions are to be transferred.
- _actionPolicyTransfer
Type: InterCompanyEndpointActionPolicyTransfer Table
The intercompany action policy record containing information about which dimensions to transfer.
- _statusIssue
Type: StatusIssue Enumeration
The highest issue status to search for on the lot ID to transfer to.
- _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.