Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Is it possible to move a field from one table to another?

amala2
Mega Guru

Is it possible to move field from a table to another?

3 REPLIES 3

hvrdhn88
Giga Patron

You can reuse the field which has created on table A if your table B is "Extends" Table A.

 

Doc link for further details. 

https://docs.servicenow.com/bundle/quebec-platform-administration/page/administer/table-administrati...

 

hvrdhn88
Giga Patron

Take an example of "Task" table. all the task table field can be reuse to "Incident" "change_request" "Problem" because they extends task table. same way you can do it for your case. 

Let me know if you have any further question here. 

Sukraj Raikhraj
Kilo Sage

Is it a custom field or OOB field? if a custom field, then recreate on the other table, write a script to reload the data to the new table and then delete from source table...