Enable guided tours
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Adoption services
Enable guided tours for Service Portal pages as well as the standard platform UI.
Before you begin
About this task
The Guided Tour Designer was first introduced in the Jakarta release. For new instances that were created in Jakarta and beyond, guided tours are active by default. For instances that originate from pre-Jakarta, guided tours are inactive by default.
- For instances that are new in Yokohama, the Guided Tours for Service Portal feature is active by default.
- For pre-Yokohama instances that you upgrade to Yokohama, the Guided Tours for Service Portal feature is inactive by default.
Procedure
Result
What to do next
Item | Details |
---|---|
Guided tour callout steps | Guided tours must be able to recognize every element that
they point to so they can locate it after a callout step is
created on the element. Therefore, Service Portal page creators
must ensure that every custom element they create has a unique
name to help validate it as a record in the database. For
example, if you create two widgets on a Service Portal page, you
must assign them with unique names, such as Widget1 and
Widget2. You can customize the elements further by appending additional attributes to the HTML and unique values to their properties. For example, the system currently uses data-gtd-eid and data-id attributes to identify the elements as unique. |
Service Portal pages | In the base system, you can only launch tours from pages that use the SP Header Menu. Manually launched tours do not display on pages with custom header menus. If your guided tour is on a Service Portal page that does not use the SP Header Menu, you must configure your tour for auto-launch so the tour is visible to your users. To ensure this type of tour is visible to your users, see Configure auto-launch for guided tours. If your Service Portal uses Page Route Maps, tours may not show when expected. For example, your users may not see a tour when expected if the tour is configured for a redirected page. For more information, see Redirect a reference to a Page ID . |
Service Portal branding | When you update the branding for a Service Portal page, the callouts in the guided tour for that page also update accordingly. For example: You update your Service Portal panel background theme color to yellow, and its primary color to red. Result: Your guided tour callout panel background becomes yellow and the callout text field becomes red. |
Service Portal guided tour callout colors | ||
---|---|---|
You can customize your guided tour callout colors or use the guided tour defaults. | ||
Parameter | Default | Custom |
Guided tour callouts use the following Service Portal properties: | To set the callout color independently of the Service Portal colors, apply the following CSS variables: | |
Callout background color | Panel background color | $gtd-callout-background |
Callout text color | Text color | $gtd-callout-content-color |
Callout number color (Example: 2/5) | Text muted | $gtd-callout-number-color |
Callout close button (X) color | Text muted | $gtd-callout-close-color |
Callout primary button color | Primary button background color | $gtd-callout-active-color |