Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Understanding/Viewing Database Schema

I am trying to find a way to read/understand the database schema for Servicenow.  When I go to Tables & Columns and look at schema maps, they are so huge, it seems impossible to follow them on a computer monitor.  Bottom line, I need to know what are...

StacyLen by Mega Guru
  • 9144 Views
  • 4 replies
  • 2 helpfuls

Resolved! Database View with Multlple tables tutorial

I am in need of a simple tutorial on creating dbase views using multiple tables.  Do NOT want one of the NeedIt tutorials. I get so many hits when I search, its mindboggling, and difficult to sort through. Can someone point towards a simple tutorial ...

StacyLen by Mega Guru
  • 7541 Views
  • 3 replies
  • 7 helpfuls

Implementing custom Calculated Columns in Reports

Hi All, I have a requirement to introduce few calculated columns like age of active unresolved incidents and few others. This is for reporting purposes. I can see a configure function field while creating reports, but it accepts only existing table c...

amolpise by Tera Contributor
  • 3036 Views
  • 5 replies
  • 2 helpfuls

Quick Messages - Preview Functionality

Hello, I am wondering if there is a way to preview Quick Messages to see how they will display in a real email for a client without pretending to open a case in Agent View (HR agent workspace).  Something similar to the "View Article" functionality f...

Justin W by Tera Contributor
  • 1194 Views
  • 2 replies
  • 1 helpfuls

Resolved! XML Entity Expansion explaination

In the Security Center and Instance Security Center, I noticed there is two recommendations which are "Disable Entity Expansion" and "Setting Entity Expansion Threshold". I've read the documents related to these settings but I don't really know how t...

Adding comments on incident using Background script

Hello, Iam adding comments on incident using background scriprt:var gr = new GlideRecord("incident");gr.addEncodedQuery('numberININC0000002,INC0000003,');gr.query();while(gr.next()){gr.setValue('state', 1);gr.comments='hello world';gr.setWorkflow(fal...

Geetha9 by Tera Contributor
  • 1607 Views
  • 3 replies
  • 0 helpfuls

Resolved! On submit client script, variable set value is getting cleared.

Hi,While trying to set a value for the variable using "onsubmit" client script. The alert is getting displayed but after the form is getting submitted. The value gets cleared.The value has been set via GlideAjax function. But I noticed that when the ...

Community Alums by Community Alums  
  • 4892 Views
  • 9 replies
  • 4 helpfuls

Resolved! Mobile Agent - Create an Incident

Good day! We've extended our INCIDENT base table to u_incident_sd1. If I create an incident on the Mobile Agent app (red arrow below), from the My Work screen, it creates a record on the INCIDENT table. What I need to do is to create it on the extend...

EnriqueTabalon_0-1702045424406.png