UI Builder   More  

Part 31: Understand Data Broker Transforms

Let’s say we bring data using data broker and we would like to transform it before we display it on the page. Think of it as Transform maps we use...
Akash Rajput
1 min read

Node.js   More  

Zero to Hero – Node.js (part -6) – Secure REST APIs via JWT

In the previous blog, we worked on exposing CRUD operations via REST APIs. But, there was something missing, something very important. YES!!!, you got it right. I’m talking...
Akash Rajput
2 min read

All Stories

Next-Gen PDF Generation – Part 2

In last blog, we learned about Next-Gen PDF Generation – Conversion API. In this part, we are playing with one more option available –...
Akash Rajput
5 min read

Next-Gen PDF Generation – Part 1

Before I start, I want to talk about one issue that I’ve faced many times while working in ServiceNow. Whenever I want to generate...
Akash Rajput
3 min read

Part 26. EVAM Component template

Navigate to View Config Navigate to Entity View Action Mapper (EVAM) > View Configurations Click Catalog items list On the right side of the form,...
Akash Rajput
51 sec read

Part 25: Create catalog homepage using EVAM component

About EVAM (Entity View Action Mapper) Component EVAM, A Component is a very useful component to display cards/lists of items from any tables with...
Akash Rajput
1 min read

Predictive Intelligence in Flow Designer

Flow designer today serves as a visual, low/no-code way to describe business logic on the Now platform. Using the latest update in the Quebec...
Akash Rajput
19 sec read

Part 24: Refresh comments data broker

Hook Event to update the comment Goto Nested comments 1 component Select event section Click + Add a new event handler Goto Retrieve knowledge...
Akash Rajput
17 sec read

Part 23: Add data broker to save comments

Add Data Broker to add comments Goto Data resources Click + Add Search with keyword insert knowledge Select Insert knowledge comment Click Add Add...
Akash Rajput
30 sec read

Part 22: Nested comment for knowledge article

Navigate to knowledge article page and Add container for nested comments section Open on knowledge article page from UI Builder. From the Content section,...
Akash Rajput
45 sec read

Part 21: Working with snhttp to set rating on-load

Add Event handler to capture the params received from catalog page Navigate to Knowledge Article Page Create a Client script Set the name as...
Akash Rajput
1 min read

Part 20: Understand Mutation Data broker events

Understand event for Create Record Data broker Let’s take following snippet from the last post Typically, we have created an event handler client script...
Akash Rajput
1 min read