Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

CyberArk Integration with ServiceNow

  ServiceNow CyberArk Integration Steps to follow   The MID Server obtains the credential identifier from the instance, and then uses a customer-provided JAR file to resolve the identifier from the repository into a usable credential. Note: Customer ...

find_real_file.png

How to use Automatic Group Member Management

The Application We uploaded our new application Automatic Group Member Management to the ServiceNow Share. The app can be used to handle group memberships automatically based on certain conditions. The conditions can be either based on a user (e.g. D...

find_real_file.png find_real_file.png find_real_file.png

ServiceNow to Azure DevOps Integration Using REST APIs

Hello, ServiceNow and Azure DevOps enthusiasts! In today’s article, I will walk you through how to integrate ServiceNow with Azure DevOps using REST APIs to automatically create work items in Azure DevOps when incidents are raised in ServiceNow. This...

selvarun_0-1739388592511.png selvarun_1-1739388592513.png selvarun_4-1739388702509.png selvarun_2-1739388592516.png
Selva Arun by Mega Sage
  • 22976 Views
  • 11 comments
  • 13 helpfuls

Copy Attachments better with Subflow

For the longest time, the go-to method for copying attachments across various records in ServiceNow has been business rules utilising the GlideSysAttachment class. But this approach usually backfires when we try to copy attachments bi-directionally, ...

copy_attachment_subflow_name.png copy_attachment_subflow_properties.png copy_attachment_subflow_inputs.png copy_attachment_subflow_action.png

Get Protected Script Include Code

We can get all the functions created in the protected script include using below code. var instance=new scriptIncludeName(); /**name of script include**/ var list=[]; for(var prop in instance){ gs.info(prop); var temp=instance[prop] instance...

Personas and Roles - Bringing order to access chaos

Managing access to specific users or groups of users can be confusing. It is helpful to agree on terminology in the first place:   A role (in the ServiceNow context) is a type of configuration that links users or groups to specific access rights (lik...

saschawildg by ServiceNow Employee
  • 10003 Views
  • 1 comments
  • 8 helpfuls
Top Contributors