Returns the member IDs of an intercompany transaction’s Entity, Intercompany Partner, Account, and Custom dimension members.
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. |
<HsvICTransactionsData>.GetICTransactionCell lItem, plEntity, plICP, plAccount, plCustom1, plCustom2, plCustom3, plCustom4
Long (ByVal). The index of the transaction in the HsvICTransactionsData instance’s array of intercompany transactions. You can get the upper bounds of the index by subtracting one from the count of transactions returned by BeginDataEnum. | |
Long. Returns the member ID of the Intercompany Partner dimension member. | |
Long. Returns the member ID of the Account dimension member. | |
Long. Returns the member ID of the Custom 1 dimension member. | |
Long. Returns the member ID of the Custom 2 dimension member. | |
Long. Returns the member ID of the Custom 3 dimension member. | |
Long. Returns the member ID of the Custom 4 dimension member. |