AllMVTransPosted

Indicates whether all transactions for a given scenario, year, period, and entity that are in a matched state have been posted.

A transaction is in a matched state if it is matched or is mismatched and contains a valid reason code. You can check a transaction’s matching status and reason code with HsvICTransactionsData.GetICTransactionData.

Syntax

<HsvICM>.AllMVTransPosted(lScenario, lYear, lPeriod, lEntity)

Argument

Description

lScenario

Long (ByVal). The member ID of the Scenario dimension member.

lYear

Long (ByVal). The member ID of the Year dimension member.

lPeriod

Long (ByVal). The member ID of the Period dimension member.

lEntity

Long (ByVal). The member ID of the Entity dimension member.

Return Value

Boolean. Returns TRUE if the matched state transactions have been posted, FALSE otherwise.