GetICTransactions

Populates an HsvICTransactionsData object reference with intercompany transactions for the scenario, year, and period specified with HsvICTransactionsData.Initialize. You can filter transactions containing dimension members for which the connected user does not have security rights.

Syntax

<HsvICM>.GetICTransactions pIUnkICTransactionsData, vbSkipDimSecurity

Argument

Description

pIUnkICTransactionsData

Object (ByVal). An initialized HsvICTransactionsData object reference. GetICTransactions populates the object with the intercompany transactions for the specified scenario, year, and period.

vbSkipDimSecurity

Boolean (ByVal). A flag that specifies whether to filter transactions containing dimension members for which the connected user does not have security rights. Pass TRUE to return transactions regardless of the user’s security rights, FALSE to return only those transactions containing members for which the user has security rights.

Example

GetICTransactions is used in the example for HsvICTransactionsData.Initialize.