- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 04:46 AM
How to get the data from third party application i.e., AFSCP to servicenow bye using JDBC connection. please explain briefly how to do in servicenow instance with images.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 11:17 AM
Hi @lokeshlokesh,
You need to setup data source using JDBC connection and database credentials. Check the below example in your instance.
Write transform map for incoming data and map with target table and add this transform map to data source. You also need MID Server for this data source.
Based on data load frequency, you can create a scheduled job on this data source and get the data feed.
Let me know if you have any other query.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 11:17 AM
Hi @lokeshlokesh,
You need to setup data source using JDBC connection and database credentials. Check the below example in your instance.
Write transform map for incoming data and map with target table and add this transform map to data source. You also need MID Server for this data source.
Based on data load frequency, you can create a scheduled job on this data source and get the data feed.
Let me know if you have any other query.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution