GetICTransactionCell

Returns the member IDs of an intercompany transaction’s Entity, Intercompany Partner, Account, and Custom dimension members.

Note:

To get the member IDs of the Scenario, Year, and Period dimension members for an HsvICTransactionsData instance’s transactions, use GetFixedDimensionMembers. To get details on a given transaction, use GetICTransactionData.

Syntax

<HsvICTransactionsData>.GetICTransactionCell lItem, plEntity, plICP, plAccount, plCustom1, plCustom2, plCustom3, plCustom4

Argument

Description

lItem

Long (ByVal). The index of the transaction in the HsvICTransactionsData instance’s array of intercompany transactions.

Tip:

You can get the upper bounds of the index by subtracting one from the count of transactions returned by BeginDataEnum.

plEntity

Long. Returns the member ID of the Entity dimension member.

plICP

Long. Returns the member ID of the Intercompany Partner dimension member.

plAccount

Long. Returns the member ID of the Account dimension member.

plCustom1

Long. Returns the member ID of the Custom 1 dimension member.

plCustom2

Long. Returns the member ID of the Custom 2 dimension member.

plCustom3

Long. Returns the member ID of the Custom 3 dimension member.

plCustom4

Long. Returns the member ID of the Custom 4 dimension member.