Launch an Onboarding Modal
Launch an Onboarding Modal you have created in your instance.
Before you begin
Role required: admin
Procedure
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_REQUESTEDand give the label with a name.Select Save.
Parent Topic:Configure