Using staging table for integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2016 02:40 AM
Customer has a two way integration within servicenow.
There is no mid server involved, they have a Messaging adapter, which does some transformation, XSLT validation and queries service now and SAP system before it generate the XML payload into servicenow through rest API.
Their question is can they create a staging table(along the lines of ECC queue), where they can write and read XML payload. Then they want to have more control over the staging table, like running business rules on that staging table
Having certain states for the staging table like 'not ready' and setting and changing the states for each queue etc.
just wanted to see if there are any risks using this approach.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2016 03:31 AM
You can create a table for this and make use of direct web service for reading/writing the data.
https://wiki.servicenow.com/?title=Direct_Web_Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2016 03:32 AM