Use this template to change the definition of a Visual Warehouse program for use by a specific business view. This template is required for each business view that uses the Visual Warehouse program.
Before using this template, you must define the base definition of the Visual Warehouse program in VWPProgramTemplate.tag (see page "VWPProgramTemplate.tag"). This template defines the relationship to the base Visual Warehouse program definition (VWPProgramTemplate.tag) as well as to the business view that uses the Visual Warehouse program.
Table 142 provides information about each token in the
template.
Table 142. VWPProgramInstance.tag tokens
Token | Description | Allowed values | Window or notebook: field | ||
---|---|---|---|---|---|
Entity parameters | |||||
*VWPInstanceNotes | Long description of the Visual Warehouse program and what it does.
This token is optional. | A text string, up to 32700 bytes in length. | None | ||
*VWPProgramInstanceKey | Key that uniquely identifies this program instance. The key must
be unique from all other keys in the tag language file.
This token is required. | A numeric value. | None | ||
Relationship parameters | |||||
*BVName | Name of the business view.
This token is required. |
| Business View: Business Name | ||
*VWPProgramTemplateName | Name of the parent Visual Warehouse program template for this Visual
Warehouse program instance.
This token is required. | A text string, up to 80 bytes in length. | Program: Business Name | ||
*CurrentCheckPointID++ | Index, starting with 0, that increases each time it is substituted in a
token.
This token is required. | A numeric value. | None |
Table 143 provides example values for each token to
illustrate the kind of metadata you might provide for each token.
Table 143. Example values for VWPProgramInstance.tag tokens
Token | Example value |
---|---|
*VWPInstanceNotes | This program exports data from the Geography database. |
*VWPProgramInstanceKey | 070000 |
*BVName | Revenue by geography |
*VWPProgramTemplateName | My partner program |
*CurrentCheckPointID++ | 11 |