Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We've set up a module in ServiceNow for using authenticated QuickBase tables as a data import sources in ServiceNow. The standard HTTPS and REST modules in ServiceNow can't easily do this--they only seem to support BasicAuth, and the QuickBase API implements its own authentication system using an ephemeral session tokens. That means that the endpoint URL is periodically changing; this modification automatically maintains it for you.

...

Usage

Overview

The update set modifies ServiceNow Data Sources by adding a new data source file retrieval method labeled "QuickBase" which references exactly one "QuickBase Resource."

...