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

Updating Password using REST

- Create a Service Catalog- Take two variables         User Name - Reference [sys_user]         New Password - Single Line Text- On Order Now Button- Using REST message on another instance selected user name should set the new password.-------------...

david_jones by Kilo Contributor
  • 2345 Views
  • 4 replies
  • 1 helpfuls

Resolved! GlideModal closing

Is it possible to prevent a GlideModal Window from closing when the user clicks outside of the window? Ie. I want to force the user to click within the Modal. The GlideDialogWindow natively seems to have this feature but it doesn't display as nicely ...

chi-kwong by Giga Contributor
  • 5961 Views
  • 5 replies
  • 14 helpfuls

Resolved! Text BOLD

Hi All, This is an UI Policy script.  I want to make the text KB article as BOLD. How can I do that? Can anyone suggest. Thanks, Priya.

find_real_file.png
Joshuu by Kilo Sage
  • 4902 Views
  • 8 replies
  • 0 helpfuls

Resolved! How to set a particular color for field.

I want that when a particular form open , color of a particular field should be red. Ex:- On incident form I add a field name as color, Now I want its default value should be red.

coolsaurabh by Tera Contributor
  • 26574 Views
  • 14 replies
  • 13 helpfuls

Reference Icon Not Displaying

I'm having an issue with the reference icon not showing on a record. I verified that the glide.ui.reference.readonly.clickthrough in the sys_properties table is set to true. The puzzling thing is two fields are on the form that reference the same tab...

pwright137 by Kilo Expert
  • 5258 Views
  • 7 replies
  • 0 helpfuls

Unable to deserialize process plan from JSON - Flow

I am running into an issue with Flow. I have a flow set up to trigger when a new incident is created. In the flow I have an action that gets a string from a body of text. The test it gets back is between two words.  From there I pass that onto an act...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
KDev by Kilo Explorer
  • 5411 Views
  • 2 replies
  • 0 helpfuls

Resolved! Need time in hh:mm:ss:ms

Hi, I need to extract the time in below format -  hh:mm:ss:ms i.e I require milseconds also to be dispalyed along with hours/minutes/seconds.  Please suggest the approach. Thanks

Cannot convert null to an object (scripts background)

Very simply put, I am running a query in scripts background and am getting the error 'cannot convert null to an object'. I'm not sure which piece is pulling back null. Can anyone advise what I can change in the script?The logs say the error is in lin...

robhaas by Tera Contributor
  • 22852 Views
  • 6 replies
  • 3 helpfuls

Resolved! Business Rules: Calculated Field Value

Hello, Need help with a Business Rule script to calculate the value of a field based on other fields and calculations. Conditions set in 'When to run'. (function executeRule(current, previous /*null when async*/) { // Add your code here var price ...

Desmo by Mega Guru
  • 2430 Views
  • 3 replies
  • 0 helpfuls

Resolved! Problem should not close unless the problem task is closed

Can you please help me with this.The problem should not be closed/resolved unless the problem task is closed.i had written a before business rule(update)(function executeRule(current, previous /*null when async*/) {       var gr = new GlideRecord('pr...

ursnani by Giga Guru
  • 4669 Views
  • 12 replies
  • 6 helpfuls

Using GlideModal to alert for assignment group change

Hi all, I have a requirement to display a custom alert when the Assignment group is changed to a particular group. We'd like to use GlideModal instead of the standard Javascript alerts to have more flexibility, but it's been a little challenging to f...

Zach3 by Tera Guru
  • 2068 Views
  • 2 replies
  • 2 helpfuls

Service Portal Modal login

We have customised the login widget for the Service Portal modal login, so that ITIL users are redirected to the frameset view. The widget seemed to work fine in Madrid, but stopped working after we upgraded to New York.  I've debugged the code and i...

Colleen by Tera Expert
  • 2795 Views
  • 7 replies
  • 0 helpfuls