HsvICM Object Methods

The HsvICM object enables you to work with intercompany transactions. For example, you can use this object to create, match, and unmatch transactions.

To set an HsvICM object reference, use the HsvSession object’s ICM property as shown in the following example:

Dim cICM As HsvICM
'g_cSession is an HsvSession object reference
Set cICM = g_cSession.ICM

The interface’s methods are summarized in HsvICM Object Overview, and are described in detail in the following topics.

Note:

The HsvMDArrays type library contains the HsvICTransactionsData object, which provides helper methods for working with intercompany transactions. For more information, see HsvICTransactionsData Object Methods.