Cloning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 10:12 AM
As part of cloning (From Prod to DEv) we are facing issue in which we want to exclude sys_attachment table ( as it contain Personal Data) but some records are required from this table as it contain configuration for portal . Is anyone came across similar issue and how they over come it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 10:50 AM
Hi @nitesh83 ,
How will you differentiate the attachment table data for cloning or "not to be copy".
For Dev env configuration/setting to be intact, use the clone preserve setting.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 02:33 AM
Hello @AshishKM ,
I want to include some records present in Sys_attachment table and want to exclude some while cloning . Can it be done
Just like we exclude and preserve table , is there any way we can exclude and preserve certain records within a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 04:04 AM
Did you find an answer on this issue?
I am facing the same issue with attachment on ATF Step. These are missing after every Clone. However, we do Uncheck the option Exclude large attachment data. So Attachment should be copied.
We created a Preserve on sys_attachment and sys_attachment_doc where table name = atf_step
Still attachment are not preserved.