We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! UI Action with mandatory form fields challenge

I have a need to run UI Action on a form which has mandatory fields. Any best practices are appreciated.   So far this is all I can think of:   -- I can run UI Action with 'Client' checked , (but I need mandatory fields to remain mandatory after UI A...

Resolved! Disable E.164 phone number formatting

Hey Guys, I have an issue with the phone number Field. When I insert a number linke 051526987 an then submit the form, the number gets automatically formattet as (051) 526-987. I could not find any Client Script which causes this formatting, so I tho...

stefan14 by Tera Contributor
  • 2298 Views
  • 4 replies
  • 1 helpfuls

Copy Permalink button

Hi, We're running Servicenow on premise and have an issue with the "Copy permalink" button in the Knowledge article view. Since we're running on prem we have several servers and when the "Copy permalink" function is used it copies the URL to one of t...

othews by Giga Contributor
  • 2552 Views
  • 3 replies
  • 0 helpfuls

ScriptLoader

I created a UI script in the scoped application as follows:var sn_cmp = sn_cmp || {};sn_cmp.PUI = (function() {         "use strict";         function AppUI(){                   g_form.setValue('xyz','xyz');         }return {         AppUI:function()...

Resolved! UI Action - AJAX Call

I have this UI Action working, but I'm trying to understand the section below in BOLD that calls the Action Name. I dug that out from another script since my function launchWorkflow() wasn't firing in its place. I had to use the BOLD line to get it t...

rebecca75 by Tera Contributor
  • 5780 Views
  • 4 replies
  • 1 helpfuls

Activity log on removing attachments

Hello Experts, Im creating a catalog task from workflow and if user adds/removes attachment to the task, activity section is not updated. When an attachment is added, a new entry gets created in activity but when we remove the same attachment, there ...

Resolved! Virtual Agent - Contact Support Options

How do I remove / customize the options that are displayed when the Contact Support option is triggered? I'd like to hide the Send Email and Call Support options...     Tks.

find_real_file.png
hely by Kilo Contributor
  • 5426 Views
  • 2 replies
  • 6 helpfuls

Resolved! Can Links to Records be Included in a Report

If a user creates a report of a list of changes, can a link to each of those changes be included in the PDF export? Ideally, the change number would be the URL to the record in ServiceNow.

Richard101 by Mega Expert
  • 3168 Views
  • 7 replies
  • 3 helpfuls

Resolved! How to update a record using Transform Map

I have to update records on a table using transform map We have two fields as data types "String" now they want to change it to Decimal type I was unable to Change the data type so they asked to backup the data to excel sheet and transform the data t...

ursnani by Giga Guru
  • 12423 Views
  • 4 replies
  • 7 helpfuls