Create an onboarding modal
- UpdatedFeb 1, 2024
- 3 minutes to read
- Washington DC
- Adoption services
Create your own onboarding modal to introduce your users to a new experience or application.
Before you begin
Role required: admin
Procedure
- Navigate to All > Adoption Services > Create Guidance.
-
To create your onboarding modal, do the following:
-
On the form, fill in the fields.
Table 1. Guidance form Field Description Order Order that the guidance displays. The lowest number displays first and the next chronological number follows. Name Name of the onboarding experience. Type Type of guidance that appears in the UI. Select Modal. Roles Roles for this guidance. Application Application for the guidance. Status Status of the guidance. Active Select to enable or disable the guidance. - Select Submit.
-
On the form, fill in the fields.
-
To launch an Onboarding modal once created, do the following:
- Create a client script in UIB.
-
Under code snippet enter
api.emit('SN_HELP#GUIDANCE_START_REQUESTED',{guidanceId:"ID"});
- Replace the ID with the sys_ID of the modal guidance to be opened.
- Save the page.
- Select Body in the left panel of the UIB page.
- In the right panel, select the Events tab.
- Under Dispatched Events select Add.
-
In the event name, add
SN_HELP#GUIDANCE_START_REQUESTED
and give the label with a name. - Select Save.
-
To create embedded help guidance steps, do the following:
-
Select your guidance from the Guidances list.
-
On the Help Guidance Steps related list, select New.
-
On the form, fill in the fields.
Table 2. Help Guidance Step form Field Description Name Name of your guidance. Layout Selected layout of the guidance. Order Order that the guidance displays. The lowest number displays first and the next chronological number follows. Action Label Button labels that enable the user to navigate the guidance modal. Application Application scope for the guidance. This guidance applies to the Global scope. Guidance The guidance that this Help Guidance Step applies to. - Select Submit.
-
Select your guidance from the Guidances list.
-
To create help contents for your help guidance steps, do the following:
-
Select your help guidance step in the related list.
-
On the Help Contents related list, select New.
-
On the form, fill in the fields.
Table 3. Help Content form Field Description Title Title of the help content. Subtitle Subtitle that's displayed in the modal of the help content in the UI. Type Type of guidance that's selected. Application Application scope for the guidance. Guidance Step Help Guidance Step that this Help Content is associated with. For example, Intro/welcome, All menu, and History. Default Help content that is the default for the guidance step. Footer Footer that's displayed in the modal of the help content in the UI. Provide Custom HTML Custom HTML for your help content. Text Text that displays in the modal of the help content in the UI. - Click Submit.
-
Select your help guidance step in the related list.
- Create any additional guidance that you want to build your onboarding experience.
- When you're done building your onboarding guidance, ensure that the status of your guidance is set to Published on the Guidance form.
- On the Guidance form, select Update.