HFMwMetadata Type Library

In This Section:

HFMwMetadata Component

HFMwAccounts Component

HFMwScenarios Component

HFMwYears Component

HFMwPeriods Component

HFMwEntities Component

HFMwValues Component

HFMwICPs Component

HFMwViews Component

HFMwCustom1 Component

HFMwCustom2 Component

HFMwCustom3 Component

HFMwCustom4 Component

HFMwDimension Component

HFMwCurrencies Component

The HFMwMetadata type library contains several components that enable you to work with metadata. The type library contains one component for each Financial Management dimension. The library also contains the HFMwMetadata, HFMwDimension, and HFMwCurrencies components:

To operate upon a dimension with this type library, you can take the following steps:

  To set object references for the type library’s components:

  1. Set an object reference to the HFMwMetadata component with the metadata property of the HFMwSession component:

    Set cHFMMetadata = cHFMSession.metadata
  2. Obtain an object reference to a dimension-specific component with the HFMwMetadata component’s properties. For example, the following line sets an object reference for the HFMwAccounts component:

    Set cHFMAccounts = cHFMMetadata.accounts
  3. Initialize an object reference to the HFMwDimension component by using the dimension property of the dimension-specific component. For example, the following line initializes the HFMwDimension component to the Account dimension:

    Set cDimension = cHFMAccounts.dimension

    Note:

    As an alternative, you can create HFMwMetadata objects with Server.CreateObject and SetWebSession.