cancel
Showing results for 
Search instead for 
Did you mean: 

Email Records Management from Rivet Logic and my:sop

janvg
Champ in-the-making
Champ in-the-making
I installed the Rivet Logic email records management add in according to  the readme ;
'>alfresco forge : http://forge.alfresco.com/projects/outlook-addin/

To install Rivet Logic's email content
model in Alfresco, copy the following files from "\alfresco" to
the "tomcat\shared\classes\alfresco\extension" folder (assuming
a Tomcat deployment):

rivetlogic-model.properties
rivetlogic-contentModel.xml
rivetlogic-extended-model-context.xml
web-client-config-custom.xml

except I didn't copy the

web-client-config-custom.xml

but modified the existing file as follows


<!– The config below shows how to incorporate the example model–>
   <!– into the web client, for this to work you will need to –>
   <!– rename example-model-context.xml.sample to example-model-context.xml I did this –>
  
   <config evaluator="string-compare" condition="Content Wizards">
      <content-types>
         <type name="my:sop" />
          <type name="rle:email_message"/>
      </content-types>
   </config>

   <config evaluator="node-type" condition="my:sop">
      <property-sheet>
         <show-property name="mimetype" display-label-id="content_type"
                        component-generator="MimeTypeSelectorGenerator" />
         <show-property name="size" display-label-id="size"
                        converter="org.alfresco.faces.ByteSizeConverter"
                        show-in-edit-mode="false" />              
         <show-property name="mySmiley TongueublishedDate" />
         <show-association name="my:signOff" />
         <show-property name="my:authorisedBy" />
         <show-child-association name="mySmiley TonguerocessSteps" />
      </property-sheet>
   </config>
  
 

   <config evaluator="aspect-name" condition="my:imageClassification">
      <property-sheet>
         <show-property name="my:width"/>
         <show-property name="my:height"/>
         <show-property name="my:resolution"/>
      </property-sheet>
   </config>

   <config evaluator="string-compare" condition="Action Wizards">
      <aspects>
         <aspect name="my:imageClassification"/>
      </aspects>
   </config>

   <config evaluator="string-compare" condition="Advanced Search">
      <advanced-search>
         <content-types>
            <type name="my:sop" />
         </content-types>
         <custom-properties>
            <meta-data type="my:sop" property="my:authorisedBy" />
            <meta-data aspect="my:imageClassification" property="my:resolution" />
         </custom-properties>
      </advanced-search>
   </config>
  
    <config evaluator="node-type" condition="rle:email_message">
      <property-sheet>
         <show-property name="rle:from"/>
         <show-property name="rle:to"/>
         <show-property name="rle:cc"/>
         <show-property name="rle:bcc"/>
         <show-property name="rle:subject"/>
         <show-property name="rle:sent"/>
         <show-property name="rle:received"/>   
         
         <show-child-association name="rle:email_attachment"/>      
      </property-sheet>
   </config>


</alfresco-config>

When I login to alfresco I can only see the email message content type, not the SOP

Any idea why ?
2 REPLIES 2

schneika
Champ in-the-making
Champ in-the-making
Anybody arround with further experiences about the RivetLogic Outlook-Plugin and the configurations?

schneika
Champ in-the-making
Champ in-the-making
it seems that the rivetlogic-contentModel overwrites the customModel and exampleModel ? any ideas