Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! What is Advanced UI?

I came across this feature in out of box UI actions conditions and did not find any documentation on it. I know this is set using the property 'glide.ui.advanced'.Can somebody explain what this UI is, what are it's features ? What will I miss by not ...

vkambham by Tera Expert
  • 4460 Views
  • 2 replies
  • 0 helpfuls

Resolved! Icons for g_form.addDecoration() Method

Theres' a nice new method in Fuji for adding field decorations - GlideForm (g form) - ServiceNow Wiki.   I was just wondering if anyone knew of a way to add our own custom icons to the list of available ones:I was thinking of replacing the OOB VIP hi...

ServiceNow.png
Jim Coyne by Kilo Patron
  • 15925 Views
  • 7 replies
  • 8 helpfuls

Resolved! Use indexOf to check field for certain characters.

Hi All,I have the following onSubmit() script that checks to see if a field contains :// and if so, stops the form from being saved and displays a pop-up. function onSubmit() {   var name = g_form.getValue('name');   var altname = g_form.getValue(...

arobertson by Tera Guru
  • 5025 Views
  • 2 replies
  • 0 helpfuls

Resolved! Missing Installed Software : Discovery

Last month we were able to pull in the installed software on a machine via discovery.Found that when we run discovery now, it is not populating this data.At the beginning of this project, we applied a business rule to prevent duplicate CI names and i...

installed software.PNG installed software 4.PNG installed software 2.PNG installed software3.PNG

Resolved! Why is getAggregate count returns null?

Hi,I have the code below and I want to get the record count for the table with my simple query applied. But itemOptionCount always returns a null value. But when I place the itemOption object in a while loop, it returns atleast two records. What am I...

dalton1 by Giga Expert
  • 5595 Views
  • 16 replies
  • 3 helpfuls

Resolved! Some Email from a given sender move to Junk

I've posted something similar before but hopefully I've clarified the requirement enough to post again.Scenario, some email from a particular email sender(s) needs to be ignored. For an example if email from sender@domain.com with subject line contai...

BR.PNG
amacqueen by Mega Guru
  • 5178 Views
  • 6 replies
  • 1 helpfuls

maint role

With the introduction of the Developer program, is the 'maint' role ever going to become available to developers on their own developer instances?There is a lot of useful functionality that could be leveraged with this role that could be used to crea...

paulmorris by Giga Sage
  • 7992 Views
  • 3 replies
  • 1 helpfuls

Difference between g:include_scripts and g:requires?

Hi,I was working over UI Pages and needs to include a custom js. It's pretty simple I know, I included g:requires tag to call my custom js. But suddenly, it clicked me that I can do the same thing using g:include_scripts tag as well.I tried to find m...

Artemis15 by Kilo Guru
  • 6317 Views
  • 4 replies
  • 3 helpfuls

Embedding iframe within a form

I'm trying to figure out how to add an iframe to a form.   Specifically, we're trying to add a link to an incident form that will allow a user to click the URL to open a frame with our internal link embedded within.   It seems that we can add a URL (...

sysparm_view not returning expected response in REST API

Hi team,Started working with REST API and trying to retrive some data from Event table using encoded query along with custom view.Encoded query worked fine and got the response.Howver when I include the custom view then also it returned whole columns...

Mahesh120 by Tera Expert
  • 3515 Views
  • 4 replies
  • 0 helpfuls

Business rule only for list view

Hi,I have a business rule for the list view updation of the table I dont want that business rule to run when the form level update takes place.Is there any solution where I can restrict this business rule to run only on list view of the table?ThanksU...

uma17 by Tera Guru
  • 3988 Views
  • 4 replies
  • 1 helpfuls

Resolved! Transferring Groups & Group Memberships between instances

Hello,  I noticed when I was working in an update set I created, one of the things I did was create a new Group and add new users/members to it. However, when I moved the update set over to our production instance, the new Group did not come with it....

Resolved! Inbound Email action issue

Hi,I have a Inbound action to approve or reject a change ticket via email and the Inbound action is on sysapproval table. When a user responds to the email to approve/reject a change (Group approvals activity) only one record gets updated to Approved...

vamsee1 by Mega Contributor
  • 5608 Views
  • 26 replies
  • 0 helpfuls