Performs a given process management action for the specified process units and optionally attaches documents.
<HFMwManageProcess>.ChangeProcessManagementStateForMultipleEntities2 (bstrScenario, bstrYear, bstrPeriod, varabstrEntity, varabstrParent, bstrValue, bstrComment, lAction, vbUseAllValueMembers, vbApplyToAllPeriods, sProcessStateToPromoteTo, varabstrPaths, varabstrFiles)
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. | |
A user comment for the action, or an empty string if there is no comment. | |
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. | |
An array of strings containing the paths in which the documents to be attached have been loaded. Folders in paths are delimited by backslashes ( \ ). This array has a one-to-one correspondence with the varabstrFiles argument’s array of filenames. | |
An array of strings containing the file names of the documents to attach. Files must be loaded in the folder specified by the corresponding item in the varabstrPaths argument’s array, otherwise an error will be thrown. |
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.