ServiceNow

Configuration

CORS Configuration

In ServiceNow, administrators grants use's browser to access to the ServiceNow web services like REST, GraphQL, etc. with CORS.

You have to add two CORS rules in ServiceNow instance to allow access from the domain where the app is hosted.

For Read Access (SELECT)


For Write Access (INSERT, UPDATE and DELETE)


Create and additional CORS record in ServiceNow with these values:


OAuth configuration

Once Vision SQL is able to invoke the ServiceNow web services configured above, an API token must be created to authorize to access to the data in ServiceNow.


Follow these instructions written by ServiceNow to get an API token:

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0778194

We have recorded a video to help you to success:

After create the OAuth rule it will work for a few minutes only!. Please follow theses steps to extend the expiration date.

Click on System OAuth > Manage Tokens

ServiceNow has created two records for the Vision SQL rule.

Edit the  first one (expires after 3 minutes of creation): 

Select a new expiration date:

Delete the second record

If after log in ServiceNow you do not see any table, please refresh the table cache by following the instructions in the Troubleshooting guide below

Troubleshooting

In general, open de developer console to see extra relevant information

Autocompletion

Click on "Shift+Space" on Windows to display the automcepltion tex box for table and columns names.

No tables or missing a new one

If after log in ServiceNow you do not see any table (run "show tables" command from the console)  or after creating  a new table in ServiceNow it is not available from Vision SQL then please refresh the table cache:

SQL brief introduction



Quick Demo

In this video you can learn some basics about how to use Vision SQL. The demo has been recorded with Vision SQL as Node JS for ServiceNow, but the functionality is similar to the hosted version in our servers.