ProcessManagementChangeStateForMultipleEntities

Applies a given process management action to process units for one or more Entity dimension members.

To attach documents when applying a process management action to process units, use ProcessManagementChangeStateForMultipleEntities2.

Syntax

<HsvProcessFlow>.ProcessManagementChangeStateForMultipleEntities lScenarioIn, lYearIn, lPeriodIn, varalEntity, varalParent, lValueIn, bstrAnnotation, lAction, vbUseAllValueMembers, vbApplyToAllPeriods, sProcessStateToPromoteTo, psNewProcessState

Argument

Description

lScenarioIn

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

lYearIn

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

lPeriodIn

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

varalEntity

Long array (ByVal). The member IDs of the process units’ child Entity dimension members.

varalParent

Long array (ByVal). The member IDs of the process units’ parent Entity dimension members. This array has a one-to-one correspondence with the varalEntity argument’s array.

lValueIn

Long (ByVal). The member ID of the process units’ Value dimension member.

bstrAnnotation

String (ByVal). A comment to apply to the action.

lAction

Long (ByVal). The action to apply to the process units. Valid values are represented by the HFMConstants type library constants listed in Process Management Action Constants.

vbUseAllValueMembers

Boolean (ByVal). A flag that determines whether the action applies to process units for Value dimension members related to the lValue member. Pass TRUE to apply the action to related process units, FALSE to apply the action to only the process unit for the lValue member.

vbApplyToAllPeriods

Boolean (ByVal). A flag that determines whether the action applies to process units for all base periods. Pass TRUE to apply the action to all base periods, FALSE otherwise.

sProcessStateToPromoteTo

Integer (ByVal). The process management level to apply to the process units. Valid values are represented by the HFMConstants type library constants listed in Process Management Review Level Constants.

psNewProcessState

Integer. Returns the review level applied to the process units. Valid values are represented by the HFMConstants type library constants listed in Process Management Review Level Constants.