RAssetTransactionListingDP.insertRAssetTransactionListingTmp Method [AX 2012]
Inserts all the values into the rAssetTransactionListingTmp temporary table.
Syntax
private void insertRAssetTransactionListingTmp(
RAssetTable _rAssetTable,
RAssetTrans _rAssetTrans,
RAssetSumCalc _rAssetSumTrans)
Run On
Server
Parameters
- _rAssetTable
Type: RAssetTable Table
Passes the RAssetTable table object.
- _rAssetTrans
Type: RAssetTrans Table
Passes the RAssetTrans table object.
- _rAssetSumTrans
Type: RAssetSumCalc Class
Holds the RAssetSumCalc class to which the value is set.