-
Custom DFS layer
I want to develop custom DFS services 1. Are they bundled inside same DFS ear or they are deloyed as separate ear? 2. What is the upgrade process
-
handle check in as same version and do save in TBO
While check in as same version doSave() method is called (not doCheckin()). I want to run a functionality in TBO on CheckinAsSameVersion but do not want to run in each doSave call. How to handle Save and CheckinAsSameVersion differently in TBO doSave method.
-
Migrating an attribute from a subtype to a supertype
Hi everyone, is there a smart way to migrate an attribute lets say attr_a from a custom type type_b to its super-type type_a? We are using Dctm ContentServer 6.7 SP2. The migration would involve a few million objects, so performance could be an issue. The only migration idea which came to my mind was to rename the…