GetJournal

Creates an HFMwJournal object that represents a given journal.

Caution!

If the journal specified in the arguments does not exist, an error is thrown.

Syntax

<HFMwManageJournals>.GetJournal (bstrLabel, bstrScenario, bstrYear, bstrPeriod)

Argument

Description

bstrLabel

The label of the journal.

Input argument. String subtype.

bstrScenario

The journal’s Scenario dimension member.

Input argument. String subtype.

bstrYear

The journal’s Year dimension member.

Input argument. String subtype.

bstrPeriod

The journal’s Period dimension member.

Input argument. String subtype.

Return Value

Returns an HFMwJournal object reference.

Example

GetJournal is used in the example for ValidateLineItems.