CuBoulder / cu_forms_bundle

Easily create contact forms, requests for appointments, questionnaires and surveys.
0 stars 1 forks source link

As a SO, I want to be able to link webforms to ServiceNow #43

Closed kreynen closed 5 years ago

kreynen commented 5 years ago

@kreynen commented on Thu Jun 01 2017

Context


@jwfuller commented on Tue Jun 20 2017

Need to make sure we can handle situations where they cannot accept data


@owenmorrill commented on Mon Sep 17 2018

Add ServiceNow API integration similar to what's used on https://oit.colorado.edu

owenmorrill commented 5 years ago

Alright, about ServiceNow. We have to make it a configuration option during the webform build process as to whether or not to connect it to ServiceNow. Maybe we could collect authorization info then?

We can’t just pick and choose fields to send over. Maybe we need to take static info about the form itself and send that as the unique fields and then lump everything else together as a single value to send over as the body?

Either that, or we need something of a wizard setup, “You need a ‘title’ field. Now you need a ‘short description’ field…”

Or, we grant each field a checkbox where you pick a ServiceNow field to map to?

ServiceNow REST API for creating incidents is pretty slick—JS or cURL: https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/integrate/inbound_rest/task/t_GetStartedCreateInt.html

ServiceNow dev instance: https://dev21034.service-now.com/nav_to.do?uri=%2F$restapi.do

*notes for Monday

owenmorrill commented 5 years ago

Not sure how to configure authentication to test the personal dev site I've setup. It looks like the IT code has the authentication in another part of the code and in variables. Might ask about it tomorrow, but I'm stuck either way with the sn dev instance.

owenmorrill commented 5 years ago

https://www.youtube.com/watch?v=ALJ3_OPnR28