GetDestinationTransactions

Returns information on destination transactions for a cell in a statutory application. The following information is returned:

Syntax

<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

Argument

Description

lRow

The index of the row that contains the cell for which to return transaction information.

Input argument. Long subtype.

lColumn

The index of the column that contains the cell for which to return transaction information.

Input argument. Long subtype.

pvaravarbstrHeaderLabels

Returns an array of labels for the header information.

Output argument.

pvaravarbstrHeaderValues

Returns an array of values for the header information.

Output argument.

pvaravarbstrCurrentEntity

Returns an array of labels for the transactions’ current Entity dimension members.

Output argument.

pvaravarbstrSourceScenario

Returns an array of labels for the transactions’ source Scenario dimension members.

Output argument.

pvaravarbstrSourceYear

Returns an array of labels for the transactions’ source Year dimension members.

Output argument.

pvaravarbstrSourcePeriod

Returns an array of labels for the transactions’ source Period dimension members.

Output argument.

pvaravarbstrSourceParent

Returns an array of labels for the transactions’ source parent Entity dimension members.

Output argument.

pvaravarbstrSourceEntity

Returns an array of labels for the transactions’ source child Entity dimension members.

Output argument.

pvaravarbstrSourceValue

Returns an array of labels for the transactions’ source Value dimension members.

Output argument.

pvaravarbstrSourceAccount

Returns an array of labels for the transactions’ source Account dimension members.

Output argument.

pvaravarbstrSourceICP

Returns an array of labels for the transactions’ source Intercompany Partner dimension members.

Output argument.

pvaravarbstrSourceView

Returns an array of labels for the transactions’ source View dimension members.

Output argument.

pvaravarbstrSourceCustom1

Returns an array of labels for the transactions’ source Custom 1 dimension members.

Output argument.

pvaravarbstrSourceCustom2

Returns an array of labels for the transactions’ source Custom 2 dimension members.

Output argument.

pvaravarbstrSourceCustom3

Returns an array of labels for the transactions’ source Custom 3 dimension members.

Output argument.

pvaravarbstrSourceCustom4

Returns an array of labels for the transactions’ source Custom 4 dimension members.

Output argument.

pvaravarbstrDestData

Returns an array of the transactions’ destination data amounts.

Output argument.

pvaravarbstrSourceData

Returns an array of the transactions’ source data amounts.

Output argument.

pvaravarbstrFactor

Returns an array of the factors used in the transactions.

Output argument.

pvaravarbstrNature

Returns an array of the audit strings specified for the transactions.

Output argument.

pvarbstrTotalDestData

Returns the sum of the destination transaction amounts.

Output argument.

pvarbstrTotalSourceData

Returns the sum of the source transaction amounts.

Output argument.