How to retrieve deleted file in Round Table with all the history ?
We have 11.5 RTB with two workspaces, 1 is for development and 1 is for testing.
The deleted file is available in testing workspace but not in the dev workspace
Is there any way to get it back into the dev worlspace from testing ?
.
I dont have RTB test env where I can do this sample test but if I do this will it bring all the earlier object version history such as task number etc. into the workspace with the object ?
Yes, the object and it's history still exists you just don't have it assigned to your dev workspace.
if you assign it and it turns out it was not what you wanted you can delete it again .
There are two different "histories" for the Object Version in question and neither ever go away.
1. The Workspace Event History shows the actions taken on a Object (i.e. an assignment of a Version to a Workspace). You can query that history view the Workspace Event History UI.
2. The Version history is the history of all Versions created for a particular Object and Product Module. This never goes away either.
As Carl has pointed out, to make the Version visible in the Workspace, use the Assign function which will create the Object in the Workspace that references the Version.
Thanks guys it works for me.