Returns information on destination transactions for a cell in a statutory application. The following information is returned:
Header information, such as the dimension members that define the cell, the current username, the cell’s data, and so on. This information is returned in two arrays that have a one-to-one correspondence; one array contains labels for the header information, the other contains the values that correspond to the labels.
Detailed information on the transactions, such as the dimension members and data for the transactions. This information is contained in several arrays; the arrays contain one item per transaction and have a one-to-one correspondence.
The sums of the cell’s source and destination transaction amounts.
To return destination transaction information as an XML string, use GetTransactionInfoAsXML. |
<HFMwDataGrid>.GetDestinationTransactions lRow, lColumn, pvaravarbstrHeaderLabels, pvaravarbstrHeaderValues, pvaravarbstrCurrentEntity, pvaravarbstrSourceScenario, pvaravarbstrSourceYear, pvaravarbstrSourcePeriod, pvaravarbstrSourceParent, pvaravarbstrSourceEntity, pvaravarbstrSourceValue, pvaravarbstrSourceAccount, pvaravarbstrSourceICP, pvaravarbstrSourceView, pvaravarbstrSourceCustom1, pvaravarbstrSourceCustom2, pvaravarbstrSourceCustom3, pvaravarbstrSourceCustom4, pvaravarbstrDestData, pvaravarbstrSourceData, pvaravarbstrFactor, pvaravarbstrNature, pvarbstrTotalDestData, pvarbstrTotalSourceData