Launching a guided tour

mah1
Kilo Sage

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

7 REPLIES 7

dmathur09
Kilo Sage
Kilo Sage

Hi Mah,

Did you check the auto launch functionality of guided tour. I will only trigger for one time.

Regards,

Deepankar Mathur

Hi Deepankar,

I will check into that but can I launch a guided tour from a UI Action?

Thank you

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

I will give that a try.

Thank you