The CreatorCon Call for Content is officially open! Get started here.

How to import one table data to another table

Elin25
Kilo Expert

How to import core_company table data which is in global application into customer_account data which is in customer service application 

2 ACCEPTED SOLUTIONS

Gunjan Kiratkar
Kilo Patron
Kilo Patron

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.

GunjanKiratkar_0-1668148765911.png

 

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

View solution in original post

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 

 

View solution in original post

7 REPLIES 7

Gunjan Kiratkar
Kilo Patron
Kilo Patron

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.

GunjanKiratkar_0-1668148765911.png

 

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

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 

 

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

Could you please brief more how to proceed on fixed script

 

 

Thank you