cancel
Showing results for 
Search instead for 
Did you mean: 

Change item type in CM8 environment

popeye
Champ in-the-making
Champ in-the-making
Hi,
we are using OpenWorkdesk in a Content Manager 8.4.3 environment => I enabled the "move" plugin for a user on the assumption that it would allow a user to move a document from one item type to another, but I could not see that it allowed this. We need this capability => can you help on this issue?


Thanks again 🙂
2 REPLIES 2

vahe
Champ in-the-making
Champ in-the-making
In OpenWorkdesk the move operation is called “Change Class” (Change Item Type of a document from Item Type A to Item Type B)

  <PlugIn type="ow_docfunction">
    <Name>Change Class</Name>
    <ClassName>com.wewebu.ow.server.plug.owdms.OwDocumentFunctionChangeClass</ClassName>
It can be activated for Documents and Folders:

   <objecttypes>
       <type>OBJECT_TYPE_DOCUMENT</type>
       <type>OBJECT_TYPE_FOLDER</type>
   </objecttypes>

In IBM CM there are some limitations how Change Class/Item-Types is working, but you will recognize this, when the backend will throw Exceptions..
Limitation like: what if you have required or unique properties that are mandatory for the new Item Type.….

popeye
Champ in-the-making
Champ in-the-making
Thanks….I was not aware of this functionality…"change class" works as expected.