Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

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
  • 4115 Views
  • 2 replies
  • 4 helpfuls

Resolved! Removing a CI Relationship

I have begun building out our infrastructure CI relationships.  I discovered I linked one device as a parent when it should have been a child.  How can I delete or modify this CI relationship?  When I try to delete it from the relationship editor, I ...

Belynda by Kilo Explorer
  • 1909 Views
  • 1 replies
  • 0 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
  • 5176 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
  • 2608 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
  • 1676 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
  • 4396 Views
  • 6 replies
  • 2 helpfuls

Resolved! How to auto populate assignment group based on a custom choices field

I want the assignment group auto populate based on the choices selection. I have a custom choice field and once I select from the choice i want a particular assignment group to auto populate. I need it to populate before I submit the form. example: M...

Ken61 by Giga Guru
  • 3123 Views
  • 5 replies
  • 2 helpfuls

Resolved! UI Page checkbox help

I have created an UI Action to Call UI Page which renders a popup shows Task CI associated with the change record and checkbox to each record . I want to get the sys_id / values whichever is checked in the popup ui page when i click on OK dialog butt...

find_real_file.png
guestee by Tera Contributor
  • 3450 Views
  • 4 replies
  • 0 helpfuls

Can we hide attachment icon on the portal when the state is closed?

I am trying to hide adding attachments to the portal when the ticket state is closed, has anyone implemented this. I have searched the community and see there are solutions for hiding the button completely.  I would like to do it only in a closed sta...

Kirthi2 by Tera Contributor
  • 2145 Views
  • 4 replies
  • 2 helpfuls