Launching a guided tour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 09:55 AM
Is it possible to launch a guided tour from a UI Action?
For example, we would like to launch a short guided tour that provides some instruction regarding configuration item when the user clicks the Copy Change UI Action on a change request. We only want to do this the 1st time a user clicks Copy Change.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 10:48 AM
Hi Mah,
Did you check the auto launch functionality of guided tour. I will only trigger for one time.
Regards,
Deepankar Mathur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 11:34 AM
Hi Deepankar,
I will check into that but can I launch a guided tour from a UI Action?
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 11:41 AM
Hi Mah,
You can copy the guided tour link and past that into the UI action as current.setRedirect('link of guided tour'). So once the user click's on the UI action the guided tour will trigger. But you need to put a condition to check if the UI action has been click for the first time or not. For that you can create a new field on the form which would be setting the counter based on the amount of clicks a UI action had.
Regard,
Deepankar Mathur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2022 04:42 AM
I will give that a try.
Thank you