Plugins are software components that provide specific features and functionalities within a ServiceNow instance. List of all plugins that you can activate if you have the admin role. If a plugin does not appear on this list, it may require activation by ServiceNow personnel. Request these plugins through the HI Customer Service System instead of activating them yourself. For steps onContinue reading “Are you ServiceNow Admin, Check these Plugins”
Author Archives: Online Education
Configuring Properties in Mule 4
You can configure properties, such as property placeholders and system properties. Property Placeholders You can use Ant-style property placeholders in your Mule configuration. For example: The values for these placeholders can be made available in a variety of ways, as described in the sections that follow. Global Properties You can use the <global-property> element to set a placeholderContinue reading “Configuring Properties in Mule 4”
Validating Documents against an XSD Schema with the XML Module
XML Module: The XML Module can process and extract data from an XML document. Although DataWeave is recommended for most XML-related use cases, the XML module should be used for cases that involve the use of XML standards such as XSLT, XPath and XQuery, or XSD. To use the XML module, you simply add itContinue reading “Validating Documents against an XSD Schema with the XML Module”
Create a parsing rule and Parsing strategies
In discovery patterns, you can use parsing strategies to analyze syntax of the source file. You extract values from parsed files, which allows you later to convert these values into variables. There are several parsing strategies coming with the base system: Parsing strategy Description Oracle LDAP file XML file INI file Properties file JSON fileContinue reading “Create a parsing rule and Parsing strategies”
Tableau order of operations
Tableau’s order of operation is the best way to calculate the data, of any business. It shows many ways to Arrange the data and Visualize them. These operations are updated, according to the company requirements. The Sequence of tasks in Tableau Training, in some cases called the query pipeline, is the request in Tableau performsContinue reading “Tableau order of operations”
Best Big Data Analytics Tools
Open-source big data analytics refers to the use of open-source software and tools for analyzing huge quantities of data in order to gather relevant and actionable information that an organization can use in order to further its business goals. The biggest player in open-source big data analytics is Apache’s Hadoop – it is the mostContinue reading “Best Big Data Analytics Tools”
Report layouts and queries using Cognos
Report layouts and queries are two key components in every report you run with Cognos Report Studio. The layout defines the report appearance and the query defines the report data. A layout in Cognos Report Studio is a set of pages that define the appearance and format of a report. When you design the report layout, you canContinue reading “Report layouts and queries using Cognos”
Connect Tableau to a local JSON file
Make the connection and set up the data source Start Tableau and under Connect, select JSON File. Then do the following: Select the file you want to connect to, and then select Open. In the Select Schema Levels dialog box, select the schema levels you want to view and analyze in Tableau, and then select OK. On the data sourceContinue reading “Connect Tableau to a local JSON file”
What’s New in this Connector Mule 4
Marketo Connector The Anypoint Connector for Marketo is a closed-source connector which provides a connection between the Mule and Marketo REST APIs. This connector implements all supported v1.0 Marketo API endpoints and provides Mule 4 DataWeave functionality. Prerequisites This document assumes that you are familiar with Marketo, Mule, Anypoint Connectors, Anypoint Studio, Mule concepts, elementsContinue reading “What’s New in this Connector Mule 4”
Advanced Hibernate Interview Questions and Answers
What is Hibernate Framework? Object-relational mapping or ORM is the programming technique to map application domain model objects to the relational database tables. Hibernate is java based ORM tool that provides framework for mapping application domain objects to the relational database tables and vice versa. Hibernate provides reference implementation of Java Persistence API, that makes itContinue reading “Advanced Hibernate Interview Questions and Answers”