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! How do I get SC_task comments to populate on the RITM?

Hi All, I've recently setup a business rule to transfer any additional comments from the RITM to the SC_Task activity which works great. This was something that I found on the community. I am now looking to transfer SC_task comments back to the RITM ...

Matt W by Giga Contributor
  • 2681 Views
  • 3 replies
  • 3 helpfuls

Resolved! Working with update sets

Can anyone guide me on how to better handle update sets? I am a newer administrator and am finding that when I am working on 3-5 different items at a time, some of the changes that go into an update set fall through the cracks and get applied to the ...

will_smith by Mega Guru
  • 3104 Views
  • 6 replies
  • 1 helpfuls

Resolved! How to get field type on server side(business rule)?

  How to get field type on server side(business rule)? Can anyone please suggest me inside for loop in place of  "field name" what can be use so that i can get value of glideElement. for(var x in current) { var glideElement = recObj.getElement("field...

Pallavi12 by Tera Contributor
  • 7407 Views
  • 5 replies
  • 7 helpfuls

Resolved! Get variable Value in workflow

Hi, We have variable "Total Cost" in a service catalog form. It is Single Line text variable. It will have values like 10000 or 20000 or 30000 etc.. like this. here issue is in IF activity how can i compare the values like greater than or less than, ...

Method Failed with Code 500

Hi All, I am trying to integrate SN1 to SN2 using scripted Rest. When i try to test the outbound from SN1 i am getting an 500 error code. Below is the screen shot. When i use REST API Explorer in SN2 to create incident, it is working fine. I assume ...

find_real_file.png
madanm7786 by Mega Guru
  • 3409 Views
  • 2 replies
  • 0 helpfuls

Resolved! can I add if condition on email script?

Hello... Can i add if condition on email script? i have try it, but it not working. Maybe i do some mistake. I try to add condition based on variables value. i try to create like email script in below. but it is not working. I want to show jenis and ...

Resolved! gs.setProperty does not work for itil users

I have a business rule with a setProperty command to change the value of a system property: glide.db.max_view_records. When I update the associated record ( an incident ), the script runs correctly and the property is updated.  I am an admin user.  W...

HugoFirst by Kilo Sage
  • 5791 Views
  • 4 replies
  • 3 helpfuls

Resolved! Revoke itil role from users not logged in 60 days

Hi All,The requirement is to remove ITIL role from users who haven't logged in 60 days from groups (which provide itil access) and also those users who were given itil role explicitly. Before removing it should also give row count so that the numbers...

SN Rookie by Giga Expert
  • 4253 Views
  • 24 replies
  • 2 helpfuls

Resolved! Implementing "Bootstrap Tour" on Forms

Hi All,Recently, I've created a tour mechanism on the CMS portal using Bootstrap Tour. The tour can be accessible on any page and uses the HTML elements to display a popover "Tooltip" as an interactive guide for end-users.For example, there is a "Sta...

Tour_btn.jpg Bootstrap_tour.jpg
samvel by Kilo Contributor
  • 6021 Views
  • 12 replies
  • 3 helpfuls