GetJournalTemplateItemID

Returns the internal ID of a journal template. You pass the template’s label and GetJournalTemplateItemID returns the template ID. Use GetJournalTemplateItemID to get template IDs for methods that take these IDs as arguments.

Syntax

<HsvJournals>.GetJournalTemplateItemID(bstrLabel)

Argument

Description

bstrLabel

String (ByVal). The label of the template.

Return Value

Long. The ID of the template.

Example

GetJournalTemplateItemID is used in the Example for DeleteTemplates.