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

Harsh Vardhan
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...

 

Harsh Vardhan
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...