Skip to main content

Posts

Showing posts from April, 2021

ServiceNow Script Include & GlideAjax

What is Script Include? Script includes are used to store JavaScript that runs on the server. Script Includes are reusable server-side script logic that define a function or class. Script Includes execute their script logic on Server Side only when explicitly called by other scripts whether from Server side or client side. Consider using script includes instead of global business rules because script includes are only loaded on request.  There are different types of Script Includes: On demand/classless  Extend an existing class  Define a new class On Demand/ classless Script Include - A Script Include that defines a single function is known as an on demand, or classless Script Include. The function is callable from other server-side scripts. On demand Script Includes can never be used client-side even if the Client callable option is selected. The Script Include name must exactly match the name of the function. On demand Script Includes are typically used when script...

ServiceNow Integrations Interview Questions - Relevant & Important

ServiceNow Integrations Interview Questions 1.> What is ServiceNow Integrations ? Integrations means establishing the connections between two Applications or Systems so they can interact with each other. In simple language, Applications can communicate with  each other. Basically, we can send or receive the data from third party tool or another applications to ServiceNow. ServiceNow Platform allows direct Integrations for software, infrastructure, Products and APIs. This will enable your enterprise to transfer the data from legacy systems into the Platform as well export the data from ServiceNow into applicable System. 2.> What is Uni-directional and Bi-directional Integrations? A Unidirectional interface sends data in only one direction form a sender to a receiver & Unidirectional relationship has only an owing side. A Bidirectional interface send involves in exchange of data or information between two systems & It has both an owing & inverse sides. 3.> W...

Basic Understanding of ServiceNow for Beginners

Before you start working on ServiceNow tool, you should be knowing the few thing which motivates you to learn ServiceNow. Here, is the key points of ServiceNow which is the most important to know. Let's start with it. What is ServiceNow  ? ServiceNow is a cloud based Platform which provides software as service(SaaS) for technical management support. It's basically a ticketing tool used to manage IT Operations based on the ITIL framework maintaining best practices. It enables enterprise organizations to improve operational efficiency by automating routine business process and provide best services to customers. Why do we use ServiceNow ? ServiceNow fuels strategic business growth across an organization.  It offers automated, user-friendly solutions for areas such as Operations, Customer Service Management, Human Resources and Business Applications. Manage IT Service & Assets Management.  Platform to End User to submit request to particular activity or issues. Buil...