UnMatchICTransactions

Unmatches transactions to which the specified match codes have been assigned.

Syntax

<HsvICM>.UnMatchICTransactions(lScenario, lYear, lPeriod, varabstrMatchCodes)

Argument

Description

lScenario

Long (ByVal). The Scenario dimension member for which to unmatch transactions.

lYear

Long (ByVal). The Year dimension member for which to unmatch transactions.

lPeriod

Long (ByVal). The Period dimension member for which to unmatch transactions.

varabstrMatchCodes

String array (ByVal). The match codes for which to unmatch transactions.

Return Value

String. Returns an XML string that indicates whether an error occurred. The string is of the following format, with the status attribute containing zero if no error occurred, or an non-zero error number otherwise:

<processtransactionsresponse status="HRESULT">
</processtransactionsresponse>