Create New View with all the fields coming into the new view

Mitchell_Milo
Tera Contributor

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.

1 REPLY 1

AshishKM
Kilo Patron
Kilo Patron

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