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

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

Forum Posts

Resolved! Service Catalog icons

Hi,ServiceNow have some default icons for the service catalog as shown below, but if you want to add other icons, is there a icon library to pick from?Best regards,

snc_icons.jpg

Resolved! Multiple SAML errors in System logs

Hi There, We are receiving Multiple SAML errors in System logs created by Guest. Following are some of them.SAML2: Could not validate SAMLResponse: no thrown errorSAML2: TypeError: Cannot convert null to an object.: no thrown errorSAML2: Could not va...

Send encrypted data via REST

We are attempting to pass an encrypted password value to our SNOW instance via REST API. I then want to be able to store this in a field (on the sys_user table) and be able to decrypt the value in order to send it via notification to an end user. Thi...

User173809 by Tera Contributor
  • 5522 Views
  • 2 replies
  • 1 helpfuls

Resolved! Grant Admin Access to only 1 instance (Test Instance)

Hello Community,I have a Developer who I would like to grant Admin and Elevated Privileges to only one of our instance - Test Instance.   I do not want him to have Admin access to Prod instance.How do I go about doing this?Any help on this would be g...

vajvalia by Kilo Contributor
  • 3249 Views
  • 4 replies
  • 1 helpfuls

Resolved! Code to change Section Name using g_tabs2Sections

Hello SNOWers,Can anyone suggest me how can i write code using g_tabs2Sections to rename my Tab.Note : In Application Scope DOM not works . So i have tried everything.In this link i got some methods for g_tab2Sections but to rename tab there is no su...

Code To Change Section Name

Hello vinitha,Here we can discuss.I have three sections R1,R2 and R3.When my form loads there is a field which fetches New Section name from another table (Config table)Only i have to do is Whenever form loads R1,R2 and R3 should be changed by that N...

How can I add a button to a dashboard?

I'd like to implement a button with a label "Request an Instance" which takes the user to a specific catalog item created for requesting a ServiceNow Instance. Is this possible in any way?

Shant Cancik by Tera Contributor
  • 5018 Views
  • 1 replies
  • 0 helpfuls

Resolved! Start new SLA on change of an assignment group

HI Community members,I have an SLA which runs asynchronous. I need to cancel this SLA and start a new one based on the change of an assignment group. But as I am running these SLA's async, the system does not recognize "on change" event. Hence it doe...

Resolved! How to create a field value duration metric?

Hi everyone.I'm a little confused. I'm trying to create a new Field Value Duration metric for the cmdb_ci_outage table. I created a string String field for this table and need to determine how long the record stays in each 'state'. 'state' meaning fo...

e_wilber by Tera Guru
  • 6246 Views
  • 4 replies
  • 4 helpfuls

Has anyone integrated with IBM Maximo?

My company might be in the market for integrating IBM's Maximo to Service-Now and I just wanted to see if I could get a headstart on what I would be needing / looking at.Thanks in advance for any help

williamsun by Mega Guru
  • 6352 Views
  • 5 replies
  • 2 helpfuls

Resolved! Showing Request Item / Catalog Variables in Mail Script

I'm using an email notification to send out information regarding approvals on RITM's. The information I want to send will contain the variable information from the item that was ordered.I stole this script from another email notification: template.p...

wattsj by Kilo Expert
  • 40920 Views
  • 36 replies
  • 18 helpfuls

Resolved! In email notification, the dot walking is not working

I am trying to create a notification while there is an update on the attachment custom table,Under when to send I am adding the conditionBut the notification is not triggering even if the user has snc_internal role.Is there any limitation on dot walk...

find_real_file.png
Kannan Nair by Tera Contributor
  • 5111 Views
  • 7 replies
  • 2 helpfuls

Resolved! Can we change Section Name Dynamically?

Dear SNOWers,I have a requirement on which My Section Name would be changed by Default . Form is normal like Incident form.I got some solutions but it not worked. EX : document.getElementsByClassName('navbar-title-caption')[0].innerHTML = "newsection...