Matches intercompany transactions by Transaction ID or Reference ID.
<HsvICM>.MatchAutoIDs lScenario, lYear, lPeriod, varalEntities, varalICPs, lMatchOption, bstrMatchCurr, bstrMatchIDs
Long (ByVal). The member ID of the Scenario dimension member for which to match intercompany transactions. | |
Long (ByVal). The member ID of the Year dimension member for which to match intercompany transactions. | |
Long (ByVal). The member ID of the Period dimension member for which to match intercompany transactions. | |
Long array (ByVal). The member IDs of the Entity dimension members for which to match intercompany transactions. | |
Long array (ByVal). The member IDs of the Intercompany Partner dimension members for which to match intercompany transactions. | |
Long (ByVal). A flag that specifies the type of ID by which to match. Valid values are represented by the following constants, which are members of the HFMConstants enumeration tagICMMATCHOPTIONSENUM: For descriptions of these constants, see Match Option Constants. | |
String (ByVal). The transaction currency for which to match. To match for all transaction currencies, pass a blank string. | |
String (ByVal). A comma-delimited list of the Transaction IDs or the Reference IDs that identify the transactions to match. You can use the percentage symbol ( % ) as a wildcard character. For example, the following string matches all IDs that begin with either “ref” or “acct”: "ref%,acct%" |
The following example matches all intercompany transactions for the specified dimension members that have reference IDs beginning with either “ref” or “acct”.