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
- _assetTransferHistory
Type: AssetTransferHistory Table
The AssetTransferHistory table buffer to create for history.
- _dimensionValue
Type: DimensionValue Extended Data Type
The dimension value of a value model.
- _dimension
Type: Name Extended Data Type
The dimension name of a value model.
- _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.