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

Forum Posts

Sharepoint integration with ServiceNow Knowledge

Hello all,   I was wondering if anyone has experience or feedback on integrating sharepoint with servicenow, I'm not looking for 3rd party apps.   What I want to be able to do is have virtual agent pick up data from either an internal sharep...

Resolved! Dot-walking approvers

Hi All, I just want to check if anyone here had implemented something similar to my requirements. I wanted to setup an approval in the workflow that dot walks from the requestor's manager's manager that is dependent on the Title of the manager. The a...

Ramel by Mega Guru
  • 1978 Views
  • 4 replies
  • 4 helpfuls

Resolved! Background Script to change the state of the Approvals

Hello Experts,   I need to change the state of the Requested Approvals to No Longer Required only for those tickets which are closed complete. For ex- If a Ritm is closed complete but still its approval is pending with some user who is now inactive t...

Riya25 by Giga Contributor
  • 2656 Views
  • 2 replies
  • 0 helpfuls

Resolved! Deploy dynamic translator for work notes and additional comments

Hi the community, I have deployed the Dynamic translator feature on the Short description and Description fields: I added a new attribute on the dictionary entry for the Short Description and Description field. When I try to reproduce the same action...

find_real_file.png find_real_file.png
Eric DEFAUX by Giga Contributor
  • 3787 Views
  • 6 replies
  • 0 helpfuls

Resolved! how to exclude 2 members from group approval

How to exclude only three users from group approval in workflow. I am using Approval user activity. Here is my script which is going for group. var gr = new GlideRecord("sys_user_group");gr.addQuery("parent", current.u_designated_cab);gr.addQuery("ty...

kamer by Kilo Expert
  • 2206 Views
  • 5 replies
  • 1 helpfuls

Resolved! JSON Object Empty String

HI I am trying to build JSON object to use in one of the integration. Below code works fine if used hardcoded value but fail if use workflow scratchpad variables. I am trying to execute this in service catalog workflow activity. anyone face same issu...