ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! How to get SCCM to find active user

When the SCCM 2016 Computer Identity runs is there a way to have the user lookup function find the active user record?  We have multiple users with the same email address/ username and it is finding the incorrect value during the lookup.  function se...

marcbowen by Tera Contributor
  • 1178 Views
  • 3 replies
  • 1 helpfuls

Trigger Scheduled Job from Business Rule

How do I trigger a scheduled job from the business rule and send the values from the business rule to the scheduled job that is being triggered? Currently, I am using this to trigger the Scheduled job, but I want to also send values to the scheduled ...

find_real_file.png
MKM by Mega Expert
  • 2323 Views
  • 10 replies
  • 2 helpfuls

How to create a new asset substate

How do I create a new asset substate.  The available "substates" under the "state" retired does not have option that we would like to use in our company.  If this is possible what role would I require to carry this out.  Thanks

Jen8 by Kilo Explorer
  • 1247 Views
  • 3 replies
  • 0 helpfuls

Resolved! Does Document Viewer plugin present security risk?

Hi,  we recently activated the Document Viewer plugin, to view documents directly in platform - see link to docu. https://docs.servicenow.com/bundle/paris-platform-user-interface/page/use/using-forms/concept/Documentviewer.html I have a mildly genera...

PavelP by Mega Sage
  • 1421 Views
  • 3 replies
  • 1 helpfuls

Resolved! How do i log my script?

How do i log my code so i can see in system logs where my script goes wrong?   (function executeRule(current, previous /*null when async*/ ) { var grL = new GlideRecord('u_leiekategori');var a = current.u_maanedspris;grL.u_gjeldene_leiepris = a;grL.u...

asd22 by Tera Contributor
  • 2869 Views
  • 12 replies
  • 6 helpfuls

Customize itil role.

Hi, community I need a group of users to be able to resolve incidents but I don't want them to have access to everything itil role offers. Would it be possible to do this?

SPEntryPage script include question

Fellow community members,   I have a customer that has an interesting scenario we have been trying to solve with new users being added into ServiceNow. There are three types of users this instance will have; an employee, a customer and a consumer. Th...