Create New View with all the fields coming into the new view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2024 07:48 AM
Random question for the developers out there, I did like to create a new view, is there a way I can get all the field from the old view into the new view, then I can manually remove the fields I do not want in the new few. This is to save time as it much take me much longer time to create an empty view and then start bringing in the fields individually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2024 08:00 AM
Hi @Mitchell_Milo ,
Checked, but there is no such options for transfer the view fields to other view.
However you can, filter the field of old view from table ( sys_db_view_table_field ) and export them in XML, update that XML with new table & view sys_id and import back to table ( sys_db_view_table_field ).
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution