Is it possible to move a field from one table to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 09:46 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 09:56 AM
You can reuse the field which has created on table A if your table B is "Extends" Table A.
Doc link for further details.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 09:59 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 10:26 AM
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...