-
Best approach for copy the content of type "A" object to Type "B"
Hello All, I have requriement to copy the content of type "A" object to Type "B" . I am planning to usef following. ByteArrayInputStream ContentObj = Type A object.getContent() Type B Object.set Content(ContentObj) Is this OK, or any other best approach ? Note: This I have to use for Million of object to be created from…
-
Documentum 3.1.7
Hi We are, as you can see, using a very old version of the documentum software. However if any one can help with the issue we would be most grateful. We have upgraded the server from Solaris 9 to Solaris 10 with the latest patch set. However when we attempt to start the Documentum software we get messages about missing…
-
SCSS files acessing resource files in xCP Designer
Using CleanTheme, I developed a simple css to assign an image to a buton: .button-image-marcel .x-btn-default-small { background-image: url("../../../../../Artifacts/Resources/tema/bt_open.png"); height:32px; width:32px; cursor:pointer; border:none; } It works fine in deployed aplication (see image below), but the image…