Architect articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

The ServiceNow Development Handbook

I just wanted to share this with my fellow ServiceNow Architects - I've been working on a "developer guide" for the past several years. It's a document consisting of all of the best-practices, guidelines, and "stuff developers should know" that I've ...

All things about time limited user role

This article covers the feature that came out in Washington DC release first, this was a long standing ask from customers to have time limited user role assigned to users for a specific purpose. Some use cases (but not limited to below) are :   If yo...

sachinbhasin11_0-1723794036579.png

Quick Messages vs Response Templates

I was recently asked by a customer to clarify the difference between a Response Template and a Quick Message. Given that both features serve a similar purpose—providing canned responses to users—it's understandable that they might be confusing for so...

Integrating REST APIs with ServiceNow UI Builder

Integrating REST APIs with ServiceNow UI Builder     ServiceNow UI Builder offers a powerful platform for creating custom user interfaces that leverage the capabilities of the ServiceNow ecosystem. Integrating REST APIs with the UI Builder enables o...

Defining Story Requirements with Templates

When I think of technical health for the platform, 2 things come to mind: 1. Story Definition 2. Peer Reviews   There is nothing more important than these 2 aspects to ensure high quality. If there's only 2 things to focus on for improving quality an...

Daniel Pettet by ServiceNow Employee
  • 6951 Views
  • 1 comments
  • 25 helpfuls

Extending sys_user - Don't Do It

If you watched the Lady Coding Happy Hour (LCHH) takeover on 2021-06-17, you may have heard the advice that we should not extend the sys_user table. Further details were provided in the #lchh channel in the SNDevs slack community. I thought it would ...

Nia McCash by Mega Sage
  • 3855 Views
  • 12 comments
  • 29 helpfuls

How to remove the HTML tag in the List?

How to remove the HTML tag in the List?   Sometimes we need to use HTML fields or our customers add a HTML in your own list, in fact when we're using a HTML field in the some module like incident, request or a custom module and in the list  HTML tags...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
tiagomacul by Giga Sage
  • 5710 Views
  • 6 comments
  • 6 helpfuls

ITSM Reference Architecture

ITSM Reference Architecture Traditionally, IT Service Management (ITSM) practitioners have been left to their devices when it comes to harmonizing industry best practice frameworks with their technology stack. By design, best practice frameworks and ...

find_real_file.png
gregmorrison by ServiceNow Employee
  • 16966 Views
  • 9 comments
  • 37 helpfuls

Domain Separation, part 3: How to structure domains

Domain Separation part 1 article was about the decision if the Domain Separation is actually needed or not, Domain Separation part 2 focused on the Instance(s) Architecture. This article, part 3, describes structure of domains, where to locate proces...

find_real_file.png find_real_file.png

Automated Test Framework

Symptoms ATF fails when using a choice list to populate a Lookup List field requiring a Reference Qualifier   Diagnosis ATF tests do not allow the use of reference qualifiers to filter items from a table, at least not until the Washington iteratio...

Top Contributors