Apptio to ServiceNow data storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 08:27 AM
We have an integration with Apptio and we are pulling the data in JSON format which is bring the costs related to an application. We are looking out to find cost tables where we can put the data in Servicenow, below is a JSON example of the data:
{
"App Number": "123",
"App Name": "XYZ Application",
"Column A cost": "$ 10",
"Column B cost": "$ 10",
"Column C cost": "$ 10",
"Column D cost": "$ 10",
}
Need help in finding better fit tables from cost management.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 06:55 AM
Hi Yogesh Kumar Kudikala,
I had some article that could support you bassicaly to integrate you need to identify the table. For example we'd some different tables in ServiceNow and for each implementation you need distinct solutions.
Integration WebService
- Testing webservice / WEBSERVICE Service Now Guide - Everthing you need to know
- Web Service Service Now Atualizando um incidente utilizando C#
- WebService Service Now - utilizando YARC
- Web Service Service Now Consultando um incidente utilizando C#
- CA SDM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 08:40 AM
Hi Yogesh,
Could you solve it?
Regards