HFMwManageDocuments Component

The HFMwManageDocuments component exposes the following functionality for Financial Management’s document repository:

Obtaining an HFMwManageDocuments Object Reference

Create an HFMwManageDocuments object with Server.CreateObject. After creating the object, call SetWebSession to associate the object with the HFMwSession object for the application for which you want to work with documents:

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