GetSourceTransactions

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

Syntax

<HFMwDataGrid>.GetSourceTransactions lRow, lColumn, pvaravarbstrHeaderLabels, pvaravarbstrHeaderValues, pvaravarbstrCurrentPeriod, pvaravarbstrCurrentParent, pvaravarbstrCurrentEntity, pvaravarbstrDestEntity, pvaravarbstrDestValue, pvaravarbstrDestAccount, pvaravarbstrDestICP, pvaravarbstrDestCustom1, pvaravarbstrDestCustom2, pvaravarbstrDestCustom3, pvaravarbstrDestCustom4, 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.

pvaravarbstrCurrentPeriod

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

Output argument.

pvaravarbstrCurrentParent

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

Output argument.

pvaravarbstrCurrentEntity

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

Output argument.

pvaravarbstrDestEntity

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

Output argument.

pvaravarbstrDestValue

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

Output argument.

pvaravarbstrDestAccount

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

Output argument.

pvaravarbstrDestICP

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

Output argument.

pvaravarbstrDestCustom1

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

Output argument.

pvaravarbstrDestCustom2

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

Output argument.

pvaravarbstrDestCustom3

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

Output argument.

pvaravarbstrDestCustom4

Returns an array of labels for the transactions’ destination 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.