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

Forum Posts

Not able to login to instance,

Hi Team,Problem Description:Not able to login to instance, its saying username or password is incorrect whereas i am using same emailid as username and password   Enter URL where problem is occurring: https://dev25033.service-now.com/     Regards, Ga...

gaurav43 by Kilo Explorer
  • 1912 Views
  • 2 replies
  • 1 helpfuls

Resolved! I am across a requirement where I need to make some fields mandatory upon insertion of new row in the embedded list according to the phase/state. Anyone worked on embedded list, please guide me.

The requirement is like1. There are four columns available on editable row of the embedded list2. The first column is a drop down and If I select first column value, immediately second column (text box) and third column(which is also a drop down colu...

Dot walking in Interactive filters

Hi All,I am using a dot walking field in form, I want to use same dot walking field in Interactive filters. Is it possible to add. Kindly helpThanksNikita

nikita29 by Kilo Contributor
  • 6920 Views
  • 3 replies
  • 5 helpfuls

Is there a way where I can color code my list view according to my requirements(like only task type). Currently only the Priority is color coded. I want these changes for me alone and not for everyone.

Is there a way where I can color code my list view according to my requirements (like only task type).Currently only the Priority is color coded. I want these changes for me alone and not for everyone on our ServiceNow.Something like above, hopefully...

color code.png

Resolved! Confusion Over NULL

I need a little help understanding how ServiceNow handles NULL values. I've just tracked a bug in our system back to some code where we'd implemented what we thought was the correct use of "NULL", according to this document:Setting a GlideRecord Vari...

Resolved! Copy data from a string field to a reference field

We are currently populating a field on our User table from Okta called 'mobile_phone'. I need to copy this data to a reference field called 'u_affiliate'. I don't want the update to happen if the mobile_phone field is empty. I tried to do this as a B...

Resolved! Client script can't find my UI page

Hi,I am referencing a UI page in my catalog client script. However, the client script (using GlideDialogWindow) cannot find my UI script for some reason.Here is my catalog client script:And here is my UI page that it is looking for:Whenever I click t...

find_real_file.png find_real_file.png
lightblu by Mega Expert
  • 3141 Views
  • 8 replies
  • 11 helpfuls

Application Migration

Dear AllI am using Service Now Fuji. I have created an application in one development instance called Domain migration Pack. In another instance i have created 2 domains. To import an application from one domain to another, the Domain name and domain...

arunrnair by Kilo Explorer
  • 1405 Views
  • 2 replies
  • 0 helpfuls

Resolved! How do I get the current record in a glideRecord query?

Hi,I would like to know how to get the current element/record in a glideRecord query.Here is my current script:Thegr.x_prgm_red_team_te_u_integer_1 -= 1; part is decrementing all the records in gr which get returned from the query.I want something li...

find_real_file.png
lightblu by Mega Expert
  • 10448 Views
  • 5 replies
  • 0 helpfuls

Resolved! Convert GlideDateTime to Days:Hours:Minutes?

Since we are unable to have a Service Catalog Variable type as a "Duration" , like we are with field values - I need to convert a duration value to a more readable format.I have calculated the duration between two GlideDateTime values and have a valu...

jcote by Giga Expert
  • 5205 Views
  • 3 replies
  • 2 helpfuls

Calling Table API from C#

I'm trying to use a put request via C# HttpClient.   I keep getting 400 Bad Request in my response.   I've done everything I can find on the wiki with no success.   Can anyone tell me what I'm missing?   This is for a Eureka instance.   Here is my co...