
Forms - ServiceNow Developers
A form is a content page displaying fields and values for a single record from a database table. Forms have a 1-column layout, a 2-column layout, or a mix of both. Forms are opened from modules in the …
Creating Interactions with UI Actions - ServiceNow Developers
Jan 15, 2019 · UI Actions provide the interface elements for a user to take action from a form or list. Configure UI Actions as buttons or links to create interface elements with which users can interact.
UI Builder - Modals - ServiceNow Developers
Mar 3, 2021 · There are already a number of ways to popup a modal in ServiceNow depending on what UI you’re working in by using the spModal, GlideModal, or GlideModalForm APIs. One drawback to …
Getting started with playbooks - ServiceNow Developers
Sep 8, 2021 · In this post, we will provide a walk through on how to create your first and basic playbook in ServiceNow. If you saw Live Coding Happy Hour on August 19, 2021 (part 1) or September 2, …
The Formula Builder - ServiceNow Developers
Aug 25, 2022 · An “Unparsable” error label will appear next to the calculated field in form view. The list of available functions can be found on the sys_formula_function table
Part 1: Tests and Steps - ServiceNow Developers
Jan 31, 2017 · Step 2: Open a New Form - This will be a commonly used test step for exercising typical Form based transactions. The configuration requires specifying the Table for which the form is …
Record Header component setup | ServiceNow Developers
The Record Header displays record metadata that enables access to important fields from the record without having to search in the form.
Now Component Library | ServiceNow Developers
The Select component is a form control that provides dropdown options for user selection. This task assumes you have placed the component on the page and are ready to configure the properties and …
Condition Builder Logic - ServiceNow Developers
Mar 13, 2019 · In ServiceNow, they play an important role not just in our code, but also spread throughout the Graphical Interfaces in the no/low code components. The condition builder has …
Getting Started with Flow Designer - ServiceNow Developers
Dec 1, 2017 · Create a new Flow Click the + New button, and then click the New Flow option in the dropdown menu. Fill out the form and then click the Submit button. You will be taken to a new tab …