The IHsvAdminICM interface enables you to programmatically administer intercompany transactions. For example, you can use this interface to open and close periods, lock and unlock entities, and set and get period settings.
To set an IHsvAdminICM object reference, use the HsvSession object’s ICM property as shown in the following example:
Dim cAdminICM As IHsvAdminICM 'g_cSession is an HsvSession object reference Set cAdminICM = g_cSession.ICM
The interface’s methods are summarized in IHsvAdminICM Interface Overview, and are described in detail in the following topics.