GlideCloud Consulting
GlideCloud Consulting
  • 25
  • 3 321
How to Make Outbound REST API call from ServerSide Script in ServiceNow | ServiceNow Developer
the video covers some important aspects of working with outbound REST API calls in ServiceNow. Here’s a concise summary of the key points:
Making Outbound REST API Calls:
Use the RESTMessageV2 API to create and send REST messages from server-side scripts.
Methods like setHttpMethod(), setEndpoint(), and setRequestBody() help configure the request.
Executing the Call:
execute(): Synchronously sends the request and waits for the response.
executeAsync(): Asynchronously sends the request, allowing the script to continue running without waiting for the response.
Parsing the Response:
Use methods like getBody(), getStatusCode(), and getHeaders() to handle the response.
Parse the response body, typically JSON, using JSON.parse() or similar methods.
Best Practices:
Prefer executeAsync() for better performance and to avoid blocking the script.
Handle errors and timeouts appropriately to ensure robust and reliable integrations.
Chapters
00:00 Intro
00:48 Preview Script Usage
2:10 Server side script to Call Outbound REST Message
5:26 Http Timeout method
6:38 Parsing response body
มุมมอง: 9

วีดีโอ

Outbound REST Messages in ServiceNow | NeedIt application | ServiceNow Application Developer
มุมมอง 304 ชั่วโมงที่ผ่านมา
In this video, we demonstrated what REST messages are in ServiceNow, how to configure them, the different REST message methods, how to use variable substitutes, and how to test outbound messages. Chapters 0:00 - Intro 3:17 - Outbound REST Message 4:50 - REST Message Configuration 9:05 - REST Method Configuration 11:10 - Testing the API developer.servicenow.com/dev.do#!/learn/learning-plans/xana...
Inbound Emails and Inbound Email Actions in ServiceNow | Custom Application|ServiceNow App Developer
มุมมอง 327 ชั่วโมงที่ผ่านมา
In this video, we discussed inbound emails, including how ServiceNow parses inbound email messages, inbound email configuration, email properties, and email account configuration in ServiceNow. We also covered when to run configurations and actions, and demonstrated this with a real-time use case involving the NeedIt application notification. Table of contents 00:00 intro 02:10 Parsing Inbound ...
Notifications and Email Scripts in ServiceNow | NeedIt application | ServiceNow Developer
มุมมอง 259 ชั่วโมงที่ผ่านมา
In this video we discussed outbound notifications configuration, When to Send, Who will receive and What it will contain. We also created Notification email scripts.
Send and Receive notifications in ServiceNow PDI | ServiceNow Application Developer
มุมมอง 2112 ชั่วโมงที่ผ่านมา
In this video, we discuss how to set up POP3 and IMAP email accounts in ServiceNow. We also cover how to use a Gmail account as an email inbox in ServiceNow and how to enable POP3 and IMAP protocols on Gmail.
Events and Script Actions in ServiceNow | NeedIt application | ServiceNow application Developer
มุมมอง 1012 ชั่วโมงที่ผ่านมา
In this video, we explore the concept of events in ServiceNow, including how to generate them and respond to them using Notifications and Script Actions. We provide a real-time example to illustrate these processes in action.
Scheduled jobs in ServiceNow | NeedIt custom application | ServiceNow Application Developer
มุมมอง 2914 ชั่วโมงที่ผ่านมา
In this video, we discuss scheduled jobs and how to automate tasks in ServiceNow using them. We demonstrate creating a scheduled job to identify overdue NeedIt records and those that will become overdue in the next 24 hours.
Transform scripts | Custom application development | ServiceNow application Developer
มุมมอง 36วันที่ผ่านมา
This video showcases different types of transform event scripts in ServiceNow, along with a practical use case. link to the CSV file - drive.google.com/file/d/1UaPoKj7PsTP5pUbY9mnCG6XirviCFflo/view?usp=drive_link
Data Sources and Import sets | Custom application Development | ServiceNow Application Developer
มุมมอง 30วันที่ผ่านมา
This video demonstrates how to load data from external sources into ServiceNow using Data Sources, Import Sets, and Transform Maps. It also shows how to load user data from a CSV file into the sys_user table in ServiceNow.
Data Policy with a Use Case | Custom application development | ServiceNow application Developer
มุมมอง 18วันที่ผ่านมา
This video demonstrates the use of Data Policies in ServiceNow with a real-time example. It explains Data Policy rules, how to create them, and compares Data Policies with UI Policies. Additionally, it covers converting Data Policies to UI Policies and vice versa.
GlideAjax | Custom Application Developement | ServiceNow Application Developement
มุมมอง 13วันที่ผ่านมา
This video illustrates the technical details of GlideAjax using a flowchart and a real-time use case.
Use case of Creating Script Include | Custom app Developement | ServiceNow application Development
มุมมอง 40วันที่ผ่านมา
This video demonstrates how to create a Script Include, define methods within it, and call the Script Include from a Business Rule.
Introduction to Script Includes | NeedIt custom application | ServiceNow Application Developer
มุมมอง 2414 วันที่ผ่านมา
This video introduces the servicenow script includes and different types of script includes with a real time example
Before Business Rule Use Case | Need It custom application | ServiceNow application
มุมมอง 1814 วันที่ผ่านมา
In this video, demonstrate a real-time use case in our application development to prevent users from setting the ‘When needed’ field value to a date in the past when creating NeedIt requests. Additionally, show how to create a business rule and use GlideDateTime API methods
Dot Walking | NeedIt Custom application | ServiceNow application developer
มุมมอง 1914 วันที่ผ่านมา
This video demonstrates how to perform dot walking in server-side scripting.
Introduction to Business Rules | NeedIt Custom Application | ServiceNow Application Developer
มุมมอง 2014 วันที่ผ่านมา
Introduction to Business Rules | NeedIt Custom Application | ServiceNow Application Developer
Client Scripts vs UI Policies | NeedIt custom application | ServiceNow application Developer
มุมมอง 1214 วันที่ผ่านมา
Client Scripts vs UI Policies | NeedIt custom application | ServiceNow application Developer
UI Policies | NeedIt Custom application | ServiceNow application Developer
มุมมอง 3314 วันที่ผ่านมา
UI Policies | NeedIt Custom application | ServiceNow application Developer
onChange client script Use Case - needIt custom ServiceNow application
มุมมอง 1814 วันที่ผ่านมา
onChange client script Use Case - needIt custom ServiceNow application
onLoad client script use case NeedIt application - ServiceNow Application Development
มุมมอง 4521 วันที่ผ่านมา
onLoad client script use case NeedIt application - ServiceNow Application Development
ServiceNow Developer Training - NeedIt Application Data Schema
มุมมอง 5221 วันที่ผ่านมา
ServiceNow Developer Training - NeedIt Application Data Schema
Custom application Development : NeedIt application Introduction
มุมมอง 3121 วันที่ผ่านมา
Custom application Development : NeedIt application Introduction
#servicenow ng-repeat-Service Portal widget development-working with #ng-repeat AngularJS directive.
มุมมอง 1.1K2 ปีที่แล้ว
#servicenow ng-repeat-Service Portal widget development-working with #ng-repeat AngularJS directive.
ng-if - ServiceNow Service Portal Widget Development Demo
มุมมอง 1.1K2 ปีที่แล้ว
ng-if - ServiceNow Service Portal Widget Development Demo
ng-bind - ServiceNow Service Portal Widget Development #ServiceNow #ServicePortal #Widget #ng-bind
มุมมอง 5472 ปีที่แล้ว
ng-bind - ServiceNow Service Portal Widget Development #ServiceNow #ServicePortal #Widget #ng-bind

ความคิดเห็น

  • @ajitkondekar5954
    @ajitkondekar5954 5 วันที่ผ่านมา

    Very well explained..

  • @ajitkondekar5954
    @ajitkondekar5954 9 วันที่ผ่านมา

    Nice explanation.. sometimes your voice is not clear

    • @GlideCloud
      @GlideCloud 9 วันที่ผ่านมา

      Will check thanks

  • @sravankumar1484
    @sravankumar1484 13 วันที่ผ่านมา

    Well understood

  • @srinivasanservicenow5368
    @srinivasanservicenow5368 ปีที่แล้ว

    please post more videos in service portal widgets ,pages

  • @cisco543
    @cisco543 ปีที่แล้ว

    In 11:35, how do I loop if the data is in client script, or passed into client script?