You are here: User interface > Creating a guided tour

Creating a guided tour

You can create a guided tour to highlight key features of user forms and portals. A guided tour provides users with information, instructions, or controls in a sequence of pop-up windows called tour stops. For example, you might want to create guided tours that instruct users how to create a case or how to personalize their dashboards.

  1. Create a section for each tour stop. For more information, see About Sections.
  2. The Value field for a cell defines the content that will display in the tour stop. The section can contain action controls and read-only user interface elements. The section must be in the class hierarchy of the guided tour rule.

  3. For each UI element where you want to anchor a tour stop, click the Gear icon to open the properties, and enter a Tour ID value.
  4. To create the guided tour, in Designer Studio, click +Create > User Interface > Guided Tour.
  5. In the Label field, specify a name for the rule. Begin the name with a letter, and use only letters, numbers, the ampersand character, and hyphens. You can modify the Java identifier that is generated.
  6. In the Apply to field, select a class that this rule applies to. In most cases, select the name of the class that contains the work items that the rule supports. Choose the class that is most specific to the application and its work items, rather than a general Work- class. Typically the class you specify in this field is derived from the Work- base class.
  7. In the Add to ruleset field, specify the ruleset that you want the guided tour added to.
  8. Click Create and open.
  9. On the Definition tab, provide the following information for each tour stop:
  10. Click + Add tour stop to add more tour stop sections. The order of tour stops on this tab sets the tour sequence. You can rearrange the order of tour stops by clicking a row number, and dragging the row to the desired position.
  11. Save your changes.