Share via


AssetTransfer.createTransferHistory Method [AX 2012]

Creates a new record in the AssetTmpAssetTransferHistory table when an asset is transferred from one dimension to another.

Syntax

protected AssetTmpAssetTransferHistory createTransferHistory(
    AssetTransferHistory _assetTransferHistory, 
    DimensionValue _dimensionValue, 
    Name _dimension, 
   [boolean _isToValue])

Run On

Server

Parameters

  • _isToValue
    Type: boolean
    A Boolean value that indicates whether to create records for a dimension from a value or from a dimension to a value; optional.

Return Value

Type: AssetTmpAssetTransferHistory Table
The AssetTmpAssetTransferHistory table buffer.

See Also

Reference

AssetTransfer Class