logo

NJP

https://web.archive.org/web/20220418235709/https://www.ninjabytes.blog/

ServiceNowNinjas · Sep 09, 2024 · article

February 15, 2021March 15, 2021UI Builder Basics - Portal Experience

Create your first UI Experience Before we start, I would like to brief about what 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 […]

July 20, 2021July 20, 2021UI Builder Advanced - Portal Experience

In this post, we are going to add now-button component and try to deploy the entire component. This post will be little longer than any other posts but hang on and stay with me. Install and add now-button to index.js […]

July 19, 2021July 19, 2021UI Builder Advanced - Portal Experience

In this post, we are going to make changes to some files and run the component locally. Make Changes to index.js Let’s make few changes and see how the component looks like locallyy Copy following snippet to PandaComp/src//index.js Copy following […]

July 19, 2021July 19, 2021UI Builder Advanced - Portal Experience

In this post, we are going to setup everything we need to write the custom component for UI Builder. Install Node and NPM Install Node and make sure to have following versions for Node and npm Node version – 12.16.1 […]

April 26, 2021April 26, 2021UI Builder Advanced - Portal Experience

In this post, let’s just add default UI Action bar what we see on the platform UI. What we get from Glide form data broker Glide form data broker brings back NowRecordCommonUIactionbar which has the information about the UI Action […]

April 14, 2021April 14, 2021UI Builder Advanced - Portal Experience

In the last post, we have added a reset button to reset the form after the submission. Let’s how we can achieve this without using a reset button. I will be talking about few of the configurations again just to […]

April 14, 2021April 14, 2021UI Builder Advanced - Portal Experience

In the last post, we have added a switch button. Let’s see how we can switch the form between interaction and incident upon clicking this button. State variable to hold table Goto Client state parameters Click + Add Fill in […]

April 14, 2021April 14, 2021UI Builder Advanced - Portal Experience

In the last post, we have added a reset button. Let’s see how we can reset the form after the submission to submit a new interaction. Before we start configuring reset event, let’s create few state variable to hold the […]

April 14, 2021April 14, 2021UI Builder Advanced - Portal Experience

Basically with Glide form data broker, we can setup action bar which brings all the UI actions from the platform and display. However, if we would like to put only those what we would like to, we can add buttons […]

April 14, 2021May 10, 2021UI Builder Advanced - Portal Experience

Create new page Navigate to UI Builder and Open Panda Tech experience Click Create page Fill in the fields, as appropriate Name: Report an issue Path: report-an-issue Click Create We do not need required and optional parameters Add Glide form Data broker […]

April 7, 2021April 7, 2021NinjaTechs

In last blog, we learned about Next-Gen PDF Generation – Conversion API. In this part, we are playing with one more option available – Utility API. To work with examples, you need to download the update-set from Part 1 of […]

View original source

https://web.archive.org/web/20220418235709/https://www.ninjabytes.blog/