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
  • 4804 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
  • 6610 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
  • 3519 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
  • 2891 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
  • 6102 Views
  • 6 replies
  • 2 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
  • 2851 Views
  • 4 replies
  • 2 helpfuls

Attachment mandatory script in UI policy.

Hi Techies, I need help on coding part..... i need script for attachment mandatory through UI Policy for my custom application when user raise a ticket for servicenow Quebec release. Thanks in advance.....! Regards, Balaji  

Balaji3 by Kilo Contributor
  • 6372 Views
  • 29 replies
  • 0 helpfuls

Assigne To filtering based on Assignment Group

How does the Assigned To reference field get filtered when you change the Assignment Group value? When changing he Assignment Group value, out of the box the Assigned To value is removed and the lookup shows the list of users associated with the newl...