Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Resolved! Explanation required reg getUserByID() method

Internal Explanation required for me.   var newUser = gs.getUser (); gs.print (newUser.getUserByID ('abel.tuter').getFirstName ());   I didnot understand this, kindly explain line by line.                  

Prasanthi1 by Giga Contributor
  • 6888 Views
  • 7 replies
  • 2 helpfuls

Resolved! Database View Left Join Help

Can someone please provide clarification on left joins and database views? I am not getting expected results. I want to get Incident where assignment group is sys id of helpdesk, and I want to join to sys_user a few times once for assigned to once fo...

find_real_file.png
Kaylee Price by Kilo Contributor
  • 14923 Views
  • 4 replies
  • 9 helpfuls

ServiceNow to Mitel Integration

I am looking to see if anyone has done any integration of their ServiceNow instance to Mitel phone system?  We would like to see if there is an integration so that we can post call information into a dashboard on our servicedesk.

bcrose623 by Tera Contributor
  • 2931 Views
  • 3 replies
  • 1 helpfuls

Resolved! Risk Assessment Form Link not visible in Standard Change form

Risk Assessment Form Link not visible in Standard Change form. I could see Risk assessment for Normal and Emergency change. I have checked Risk Assessment UI Action Code as well. no where it mentioned type specific. Really not sure why it is not visi...

Flow designer - Restarting a flow

Hi All, Just wondering if anyone has a script that can restart a flow and not trigger approvals. We have a flow that queries AD through the mids and this sometimes fails for whatever reason. Essentially we just want to give the flow a restart. I know...

Ni3 by Kilo Contributor
  • 4960 Views
  • 2 replies
  • 4 helpfuls

Resolved! Report on Incident Template ?

Hi,We have Incident templates that we use in ITSM (Eureka). Does anybody know a way on how I can report on how many Incident templates have been used ?Thanks

simonfurnish by Giga Contributor
  • 6857 Views
  • 6 replies
  • 0 helpfuls

canread(userid of a particular user

Hi Everyony, I am writing a fixscript to check a particular user has canread access to HRProfile table. var user = new GlideRecord('sys_user');user.addQuery('user_name','TestACL1');user.query();var sysid = '';if(user.next()) { sysid = user.sys_id; }g...

Resolved! Add Related list to Form Section

Hi Team, I have created custom related for Incident form. I want to add related list next to Notes tab in incident form.  Is it possible to add the same. Please find attached screenshot.   Thanks

find_real_file.png
RB13 by Tera Guru
  • 3624 Views
  • 5 replies
  • 0 helpfuls

Resolved! Agent Workspace Reference Field Search Not Functioning

Hi, There appears to be a very strange issue with one of our customer's agents that I'm having a lot of trouble being able to figure out.  On agent workspace, when they try to enter a business service, they're not seeing any options coming up when th...

find_real_file.png
HarrisonW by Kilo Contributor
  • 3030 Views
  • 2 replies
  • 0 helpfuls

Resolved! Prompt Box

Hello Team,Got a challenge early in the morning. Hope you guys can help out.- We have created a button called "Update Ticket" in a form called New Call (u_new_call).- The new call form will take a few details from service desk and they will choose if...

thiraj by Tera Contributor
  • 6260 Views
  • 6 replies
  • 2 helpfuls