HFMwManageProcess Component

The HFMwManageProcess component exposes Financial Management’s process management functionality, and contains the methods described in the following topics.

Obtaining an HFMwManageProcess Object Reference

Create an HFMwManageProcess object with Server.CreateObject. After creating the object, call SetWebSession to associate the object with the HFMwSession object for the application:

Set cHFMProcMan = _ 
Server.CreateObject("Hyperion.HFMwManageProcess")
' cHFMSession is a previously set HFMwSession object
cHFMProcMan.SetWebSession cHFMSession