GetEntityJournals

Returns journal entry information for all journals that match the specified Point of View. The information is returned in arrays that have a one-to-one correspondence.

Syntax

<IHsvJournalsEx>.GetEntityJournals lScenario, lYear, lPeriod, lValue, lEntity, lParent, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4, pvaralCreditDebitUnit, pvaradAmount, pvarabstrLabel, pvaralICP, pvaralCustom1, pvaralCustom2, pvaralCustom3, pvaralCustom4, pvarabstrGroup

Argument

Description

lScenario

Long (ByVal). The member ID of the Point of View’s Scenario dimension member.

lYear

Long (ByVal). The member ID of the Point of View’s Year dimension member.

lPeriod

Long (ByVal). The member ID of the Point of View’s Period dimension member.

lValue

Long (ByVal). The member ID of the Point of View’s Value dimension member.

lEntity

Long (ByVal). The member ID of the Point of View’s Entity dimension member.

lParent

Long (ByVal). The member ID of the parent of the lEntity argument’s Entity dimension member.

lAccount

Long (ByVal). The member ID of the Point of View’s Account dimension member.

lICP

Long (ByVal). The member ID of the Point of View’s Intercompany Partner dimension member.

lCustom1

Long (ByVal). The member ID of the Point of View’s Custom 1 dimension member.

lCustom2

Long (ByVal). The member ID of the Point of View’s Custom 2 dimension member.

lCustom3

Long (ByVal). The member ID of the Point of View’s Custom 3 dimension member.

lCustom4

Long (ByVal). The member ID of the Point of View’s Custom 4 dimension member.

pvaralCreditDebitUnit

Variant array. Indicates whether the journal entries are debits or credits. Valid return values are represented by the HFMConstants type library constants listed in Debit/Credit Constants.

The array is returned as an Long subtype.

pvaradAmount

Variant array. Returns the amounts of the journal entries.

The array is returned as a Double subtype.

pvarabstrLabel

Variant array. Returns the labels of the journal entries.

The array is returned as a String subtype.

pvaralICP

Variant array. Returns the member IDs of the Intercompany Partner dimension members for the journal entries.

The array is returned as a Long subtype.

pvaralCustom1

Variant array. Returns the member IDs of the Custom 1 dimension members for the journal entries.

The array is returned as a Long subtype.

pvaralCustom2

Variant array. Returns the member IDs of the Custom 2 dimension members for the journal entries.

The array is returned as a Long subtype.

pvaralCustom3

Variant array. Returns the member IDs of the Custom 3 dimension members for the journal entries.

The array is returned as a Long subtype.

pvaralCustom4

Variant array. Returns the member IDs of the Custom 4 dimension members for the journal entries.

The array is returned as a Long subtype.

pvarabstrGroup

Variant array. Returns the labels of the journal groups for the journal entries.

The array is returned as a Long subtype.