Selecting an Activity Guide Data Source
Access the Select Data Source page. (Select On the Specify Pagelet Information page, click the Next button.)
Select Activity Guide in the Data Type field.
This example illustrates the fields and controls on the Select Data Source page for an Activity Guide data source. You can find definitions for the fields and controls later on this page.

Depending on whether you want to tie the activity guide pagelet to a specific activity guide instance or to dynamically create the activity guide instance, there are three approaches for generating the activity guide pagelet:
-
Provide the template ID, but not the instance ID, which allows the instance to be obtained or generated at runtime. At runtime, the required context data is passed as query string parameters in the WorkCenter URL as name-value pairs. If an activity guide instance exists for this context data, then it is retrieved. Otherwise, a new activity guide instance will be created dynamically.
You can use the Publish as Pagelet task in the Setup Activity Guide WorkCenter to generate an activity guide pagelet of this type, which is typically all that is required in most circumstances. Alternatively, you can use Pagelet Wizard to generate this type of activity guide pagelet.
-
Provide both the template ID and the activity guide instance ID, which creates a pagelet tied to an existing activity guide instance.
You must use Pagelet Wizard to generate an activity guide pagelet of this type. The template ID is specified as a data source identifier in step 2 of Pagelet Wizard; the instance ID is specified as a data source parameter in step 3.
-
Do not provide either the template ID or the activity guide instance ID, which generates an empty, generic activity guide pagelet that can be used to generate any instance from any activity guide template at run time.
You must use Pagelet Wizard to generate an activity guide pagelet of this type. At run time, the template ID is passed as a data source parameter to the pagelet and the context data is provided as query string parameters in the WorkCenter URL as name-value pairs. This will create the activity guide instance dynamically.
Data Source
| Field or Control | Description |
|---|---|
|
Template ID |
Select a specific activity guide template or leave this field blank to generate a generic activity guide pagelet. |
|
Activity Guide Title |
Specify the title for the activity guide pagelet. |
Related Topics