Urgent! Store data in servicenow without creating a new table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 01:41 AM
Hi Team,
Recently we have identified a new data source for the company table. We have an urgent need to have all this data in servicenow.
We already have OOTB company data and we have multiple processes integrated with the existing company records.
We can not create or update existing data.
How can I manage new company data stream? Is there a way to store data without creating a new table for almost 6 months? Later we can migrate this data to OOTB company table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 01:58 AM
why to use new table to store company data?
Won't it be a tedious task later to maintain company data into 2 different tables
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 03:20 AM
Hi Ankur,
thank you for the quick response.
We also not want to have 2 different sources but unfortunately we have very old setup in our customer instance and if we modify anything in current data records it would have huge impact.
We are working on improving customer data but this urgent requirement came for us to import new data sources in servicenow.
Is there any way to accomplish it without storing it in new table? (definitely we are going to migrate this data in the future.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 03:25 AM
you can use system property to store the values but it also cannot hold huge string values.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 07:00 AM
I have total 278 new company records, it would not be feasible to store it in system property.