This message, related to the development of the theme, only displays on the localhost homepage to notify you of any important theme changes.


Version 1.1.0 - May 18, 2020

With this version, the theme has fully implemented static search using lunr.js. That being said, a few modifications were necessary to implement this feature.

To utilize this, or future version of Hugo Future Imperfect Slim, please make the following changes:

  1. Add the following to your config.toml before [params]:
...
disableLanguages = [""]

[outputs]
    home = ["html", "json"]

[params]
...
  1. Remove the underscore from all about and contact page file names: _index.md --> index.md

  2. Add layout = "about" or layout = "contact" to all of the files you just just adjusted the file names for.

While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.

Sam

Sam's ServiceNow adventures

A place where to share about ServiceNow platform and technologies

Interactive map in the portal

Integrate OpenStreetMap with ServiceNow records in the Portal

Sam

13 minute read

This article shows how to display records from SericeNow that are related to a location on a map in the ServiceNow portal, using OpenStreetMap (OSM).

For this purpose, we will create a portal Widget and make it interact with a list to show the records related to the choosen location.

Playing with the Transformation Service Plugin

Overview and usage of the Transformation Service Plugin

Sam

7 minute read

Transformation Service Plugin

The plugin “Transformation Service Plugin” provides a transfomer API that allows to process JSON or XML data by applying transformations and rules and returning a key/value object with the result.

We will see in this post how it work and what are the limitations and go through a few examples.

Global Apps in the Studio

How to manage Global Apps in the developper Studio

Sam

3 minute read

Managing global apps in the Studio

Since the Orlando release, it is possibe to use the Studio to develop Applications in the Global Scope.

We will see in this post how to achieve this and what are the limitations compared to scoped applications in the Studio.

Using remote tables in ServiceNow

Smoke tests with remote tables functionnality

Sam

17 minute read

What are remote tables

Since the New York release, ServiceNow offers a new functionality called remote tables.

Remote tables allows to query and retrieves data from other systems, via REST/SOAP and use them almost seamlessly in service-now.

The remote table can be used like a standard, local, table:

Recent posts

Categories

About

This blog is a personnal blog from Samuel Meylan about ServiceNow technologies and other business related topics.

Sam is a ServiceNow Senior Developper and technical consultant with more than 8 years of experience. He particularly like making integrations and solving complexes requirements.

He also enjoy discovering new and enhanced features shipped with each ServiceNow release.