Performs a given process management action for the specified process units.
To attach documents while performing an action, use ChangeProcessManagementStateForMultipleEntities2.
<HFMwManageProcess>.ChangeProcessManagementStateForMultipleEntities (bstrScenario, bstrYear, bstrPeriod, varabstrEntity, varabstrParent, bstrValue, bstrComment, lAction, vbUseAllValueMembers, vbApplyToAllPeriods, sProcessStateToPromoteTo)
The label containing the process units’ Scenario dimension member. | |
The label containing the process units’ Year dimension member. | |
The label containing the process units’ Period dimension member. | |
An array containing the labels of the process units’ child Entity dimension members. | |
An array containing the labels of the process units’ parent Entity dimension members. | |
The label containing the process units’ Value dimension member. | |
The action to perform for the process units. Valid values are represented by the HFMConstants type library constants listed in Process Management Action Constants. | |
A flag that determines whether the action applies to process units for all Value dimension members related to the bstrValue argument’s member. Pass TRUE to apply the action to the related process units, FALSE to apply the action to only the process unit for the bstrValue member | |
A flag that determines whether the action applies to process units for all Period dimension members that intersect the other specified dimension members. Pass TRUE to apply the action to intersecting process units, FALSE to apply the action to only the process unit for the period specified in the bstrPeriod argument. | |
The review level to which to promote the process unit. Valid values are represented by the HFMConstants type library constants listed in Process Management Review Level Constants. |
Returns the resulting review level for the specified process units. Valid values are represented by the HFMConstants type library constants listed in Process Management Review Level Constants.