Indicates whether one or more Entity dimension members have intercompany transactions for given Scenario, Year, and Period dimension members. For the entities that have intercompany transactions, GetMonitorICTransactions returns an array that consists of the entities’ member IDs, process and locking statuses, and usernames and timestamps for the most recently modified transactions.
<HsvICM>.GetMonitorICTransactions lScenario, lYear, lPeriod, varalEntities, lSortFilterOptions, lFromRec, lMaxRows, plTotalEntities, pvara2DMonitor
Long (ByVal). The member ID of the Scenario dimension member. | |
Long array (ByVal). The member IDs of the Entity dimension members. | |
Long (ByVal). Specifies filtering and sorting options for the information returned by the pvara2DMonitor argument. Valid values are represented by the HFMConstants enumeration tagICM_MONITOR_FILTER_SORT_FLAGS, which is described in Filtering and Sorting Options. You can use the addition operator ( + ) with the enumeration’s constants to specify combinations of filtering and sorting options. The following example filters for both Started and Not Started process statuses: ICM_MONITOR_FILTER_STARTED + ICM_MONITOR_FILTER_NOTSTARTED | |
Long (ByVal). The index of the first entity within the set of entities that match the criteria to include in the array returned by the pvara2DMonitor argument. | |
Long (ByVal). The maximum number of transactions to include in the array returned by the pvara2DMonitor argument. | |
Long. Returns the number of Entity dimension members that match the criteria. | |
Variant. Returns a two-dimensional array containing information for the entities that have intercompany transactions. The first dimension consists of five elements, and the second dimension contains one element for each entity that has intercompany transactions. The following list describes the elements in the first dimension.
|