logo

NJP

Create your first experience using UI Builder

Import · Feb 23, 2021 · article

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.

Let’s first create UI experience

  • Navigate to Now Experience Framework > Experiences.
  • Fill in the fields, as appropriate.
  • Page – Leave that blank for now
  • App Shell UI – Select Portal App Shell here (More info)
  • 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"}

Fill in the fields, as appropriate.

  1. Name – Panda Tech App Config
  2. Landing Path (This will be homepage) – home (We will create a page with this route later)
  3. Description – Configuration for Blog Demo App Config

Good job!! We have created our very first portal experience Panda Tech.

This blog is originally published on ServiceNowninjas.blog

View original source

https://www.servicenow.com/community/now-platform-articles/create-your-first-experience-using-ui-builder/ta-p/2319458