-
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…
-
Session Parameter not carrying values to Content UI
Hi I am assigning values to session parameters in a application UI page and trying to retrieve those values in a content UI page. But the values in Session parameters are null when I checked it in Content UI. Is this the product limitations or is there a way to achieve this. Thanks in advance -Dwaraka