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

Forum Posts

Resolved! Powershell script error with VMWare PowerCLI

We are getting the below error with orchestration running powershell scripts using VMware   PowerCLI, believe the import module   Initialize-PowerCLIEnvironment_Custom.ps1 maybe causing the issueScript (runs find from the command prompt)import-module...

jvianale by Giga Contributor
  • 3278 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to stop notifications for group manager .?

Hi All,I want to send notifications to group member's when there group is assigned to ticket, I don't want to send notifications group manager.He is not a member in group , But still he receives notifications. Just he is a manager for the group. Who ...

find_real_file.png
srikanth241 by Mega Expert
  • 7500 Views
  • 5 replies
  • 19 helpfuls

Resolved! ACL not working with condition builder

Hi All,I am creating an ACL to restrict a user with a custom role to access and update Incident records.I have tried to create a Read ACL rule with the following configurations:However, if i tried to impersonate a user with a 'bu_itil' role, those 3 ...

find_real_file.png find_real_file.png
jamhoe by Tera Expert
  • 4594 Views
  • 21 replies
  • 2 helpfuls

GlideDialogWindow in service portal

Hello Experts,How   to use the the GlideDialogWindow in service portal?I want to show some message to the user based on the variable selection.setTimeout(function(){   var gdw = new GlideDialogWindow('response_message_und_comp_org');   gdw.setTitle('...

salu by Mega Guru
  • 4085 Views
  • 4 replies
  • 1 helpfuls

Usage of underscores in Meta field

I haven't been able to figure out why someone would use underscores to tie keywords together into a single phrase. I assumed doing so would require an exact match in the search such as using double quotes in a Google search. We are using v3.There was...

paulmcdonald by Tera Contributor
  • 2595 Views
  • 4 replies
  • 0 helpfuls

Assign to Me button not working properly

In our ServiceNow instance we have an 'Assign to me' button next to the Assigned to field where a user can click on that button and assign a ticket to themselves. Some of my users (they are definitely members of the particular group) have reported th...

assign to me.PNG

Resolved! How to port testing or traceroute

Hi,I want to run simple network commnads like "telnet xxx.xxx.xxx 443" or "traceroute xxx.xxx.xxx" from ServiceNow. We are configuring firewall ports but firewall admins cannot see the requests from ServiceNow. I want to run simple testing commands f...