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

How to get the attachment count in form?

I am unable to get the count of number of attachments inserted in the form.Here i write a business rule in "sys_attachment" table.Can anyone help me to sort out this problem? 

Harendra3 by Kilo Explorer
  • 2961 Views
  • 2 replies
  • 0 helpfuls

Installing a scoped app update and getting skipped records

I'm making minor updates to a scoped app that I developed last year.  One of these updates is to add a new field to the forms, including the Default view.  I am publishing the app to the local store in DEV, then upgrading in TEST.  I see that some of...

Thomas Weyer by Tera Contributor
  • 4828 Views
  • 5 replies
  • 6 helpfuls

Due Date on VTB's

As anyone been able to, seen the need to.... add a "due date" field to the Personal Tasks of a Task Board? Going to submit an Enhancement Request to the team, but wondering what you are all doing in the meantime?

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
  • 2549 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
  • 5779 Views
  • 4 replies
  • 1 helpfuls