OCR on attachment with Google vision API
This article shows how to use the Google Vision API to extract text from attachments and to make this text searchable in Service-Now.
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.
Overview of GlideQuery
This overview is mostly a coming from the breakout presentation done by Peter Bell during knowledge 2020.
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:
In the Service-Now script includes (or in Javascript in general), the context of the this
in not reachable when using high order function.
This might be obvious for some of you, but it was not for me and I struggled some time to achieve what I wanted in a clean manner. Hence this post.