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 page in application menu

I am creating a service now application where I want to a menu link and when I click on that I need to run some custom HTML/Javascript. Can someone please help me find out the right way to do this. This UI loads some data from external URL and show i...

ACL Structuring Scenario (Now with scoped apps!)

I think I have a way to solve this.   Just wanted to make sure I wasn't overcomplicating or missing something obvious.I'm rolling out some requested executive functionality.   The executives of various operational business units want visibility to th...

Uncle Rob by Kilo Patron
  • 2338 Views
  • 6 replies
  • 0 helpfuls

Resolved! Email notification : show the name of sender/created by

Hello EveryOne,I wanted to show the name of user in "Activity" when he have sent the email from the mail icon in the header.Basically, today, when someone sent the email, we are not able to know dit it. I've tried to personalize by adding 'Created by...

emailHeader.PNG activity.PNG
zica by Giga Guru
  • 3065 Views
  • 5 replies
  • 1 helpfuls

Resolved! How to set choice to "-- None --" using REST API?

Hi, all,I'd like to set the value of a user(sys_user) field, which is defined using a dropdown list of choices with "-- None --". Now I can find out the value of all the choices in the list and set the field to them using their value, except I can't ...

haotian by Kilo Explorer
  • 5644 Views
  • 11 replies
  • 0 helpfuls

Dot Walk Mapping on Record Producer

I've been mapping over fields from a record producer to the corresponding fields on the record with the script field on the record producer: current.record_field = producer.variable_name. The question I have is, is it possible to dot walk to a relate...

MID Server vs VPN

Hello, I have just learned some limitations regarding MID Server and LDAP authentication, and I am asking myself the question if it is possible to completely rely on VPN being a customer of Servicenow. I mean, are we able to fulfill all the required ...

iammi by Kilo Explorer
  • 2581 Views
  • 2 replies
  • 0 helpfuls

Resolved! Setting a date-time field based another date-time field

Hello all,I'm struggling with something fairly basic. In a business rule, I want to set the value of a date-time field to be 15 minutes in the future compared with the value of another date-time field on the same record. What's the best way to do thi...

Jamsta1912 by Tera Guru
  • 1779 Views
  • 2 replies
  • 0 helpfuls

Resolved! One field value depends on other field value

Hi All,I've used to solve this task with Data Lookup Rules previously, but this mechanism seems to be not very comfortble with Duration fields.So, I have two fields and one of them - choice list. I'm looking for solution how to change second field va...

Andrii by Kilo Guru
  • 2314 Views
  • 6 replies
  • 0 helpfuls

Resolved! Having issues with ACLs

Hi,I'm doing these exercises on my personal instance to try and gain proficiency in ServiceNow. One of the exercises under the system security section is "Allow admins to update all user records and everybody else to update their own record." Initial...

OAuth Provider application registry and Token URL parameter

I want to generate oauth token from UI page/Include Script. Under Application Registry created new entry of "OAuth Provider" type.Name: MyOAuthProvider       Client ID: someid       Client Secret: somesecret       Token URL: https://<currentinstance>...

andriyko by Giga Contributor
  • 2728 Views
  • 3 replies
  • 0 helpfuls

UI messages ignoring html tags, any fix for this issue

i have a message which includes url's. i have included these in the <a href> tags but when i call the message it doesnt appear as url instead it shows all the content that is passed in <a> tags.btw i'm calling this message in a UI Macro.i have tried ...

srikanthvk by Giga Expert
  • 955 Views
  • 1 replies
  • 0 helpfuls

Resolved! Sending data from SN to an Identity Management Platform via SOAP

Sending data from SN to an Identity Management Platform via SOAPSOAP Call from Service Now Forms to IDM PlatformsI have a challenge that has been frustrating me for weeks. It involves creating new starter employee records in a 3rd Party Identity Mana...

tech_tc by Mega Contributor
  • 2815 Views
  • 9 replies
  • 0 helpfuls

Set value of read only field

I am running a client script that will set the value of a read only field (by ACL).   I am needing to update this field in a client script but since it is read only I am not able to update the field.   How can I set the field in a client script with ...