Overview of GlideQuery
Insights about the new GlideQuery functionnality
Overview of GlideQuery
This overview is mostly a coming from the breakout presentation done by Peter Bell during knowledge 2020.
A place where to share about ServiceNow platform and technologies
Insights about the new GlideQuery functionnality
This overview is mostly a coming from the breakout presentation done by Peter Bell during knowledge 2020.
Smoke tests with remote tables functionnality
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:
an attempt to document GlideQuery functions and methods
how to access this context when using high order functions in a ServiceNow script include.
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.
Using script to enable a PlugIn