How to copy Default view to another instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 05:18 AM - edited 08-23-2024 05:32 AM
Hi
I would like to ask how to copy Default view to another instance.
Please share the tables and the way to copy them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 06:33 AM
Views are captured in update sets, so you can just update the Default view, revert it and move that update set.
The default view is in the sys_ui_view and has relations with the sys_ui_form table, the sys_ui_section table, the sys_ui_list table and the sys_ui_related_list table.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 07:28 AM
Thanks for the solution, Mark
I would like to move the Default view for all the tables.
Is your sujection meeting the requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2024 03:21 AM
If you would have checked on the tables I gave you, you would have seen that it is showing for all tables.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark