- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 10:27 PM
How to import core_company table data which is in global application into customer_account data which is in customer service application
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 10:40 PM
hi @Elin25 ,
I have two ways :-
1) Goto core_company table and from list view change the class of company as 'Account' and Customer as 'true'.
Record will automatically create in account table.
2) Export Data from core company table in excel formate and then import the data into customer_account table using transform map.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 11:06 PM - edited 11-10-2022 11:09 PM
Thanks for quick response
The first way is really great option we have to do for more than 90000 records so it is bit of complexity
And 2nd way Here we don't want to export data from instance so please suggest any alternate way thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 10:40 PM
hi @Elin25 ,
I have two ways :-
1) Goto core_company table and from list view change the class of company as 'Account' and Customer as 'true'.
Record will automatically create in account table.
2) Export Data from core company table in excel formate and then import the data into customer_account table using transform map.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 11:06 PM - edited 11-10-2022 11:09 PM
Thanks for quick response
The first way is really great option we have to do for more than 90000 records so it is bit of complexity
And 2nd way Here we don't want to export data from instance so please suggest any alternate way thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 11:11 PM
Hi @Elin25 ,
For 1st option you can create fixed script and run to update the data.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 11:16 PM
Could you please brief more how to proceed on fixed script
Thank you