
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 02-23-2021 05:27 PM
Create your first UI Experience
Before we start, I would like to explain little about what the experience and UI Builder is. As part of Quebec release, Servicenow has introduced UI Builder as part of Now experience framework. It is easy to use UI builder, lets you create your Portal, Workspace etc. with simple drag and drop components.
As part of this entire series, we are going to work going to build the portal for a fictitious company called “Panda Tech”.
To learn more about what the UI Experience is, checkout this post from Servicenow Blog.
-
Navigate to Now Experience Framework > Experiences.
-
Click New.
-
Fill in the fields, as appropriate.
-
Title – Panda Tech
-
Page – Leave that blank for now
-
App Shell UI – Select Portal App Shell here (More info)
-
URL Path – panda_tech
-
Active – True
-
Admin Panel – Create a new admin panel with our (Admin panel helps you manage portal themes, App routes, Launch UI Builder etc.)
-
Auth routes – Put following snippet (We will revisit this later in detail)
{ "login": "login", "logout": "login"}
-
Click Submit
-
Name – Panda Tech App Config
-
Active – true
-
Landing Path (This will be homepage) – home (We will create a page with this route later)
-
Description – Configuration for Blog Demo App Config
-
Click Submit.
Good job!! We have created our very first portal experience Panda Tech.
This blog is originally published on ServiceNowninjas.blog
- 1,406 Views