RAssetTransactionListingDP.insertRAssetTransactionListingTmp Method [AX 2012]
Inserts all the values into the rAssetTransactionListingTmp temporary table.
private void insertRAssetTransactionListingTmp(
RAssetTable _rAssetTable,
RAssetTrans _rAssetTrans,
RAssetSumCalc _rAssetSumTrans)
Run On
ServerParameters
- _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.
Community Additions
ADD
Show: