cancel
Showing results for 
Search instead for 
Did you mean: 

Metadata to search user

thomasberment
Champ in-the-making
Champ in-the-making
Hi, I wonder if it is possible to set metadata on a document that allows a user to select an other user like in "review and approve" workflow.

This metadata has the wonderful opportunity to give out the name of the user and that's exactly what I want to do.

I searched a bit on the side of the "review and approve" workflow to see how it works, but I can not display the stuff in my properties …

Like this :
[img]http://nsa15.casimages.com/img/2010/05/11/100511032153258802.jpg[/img]

I want display it here :
[img]http://nsa15.casimages.com/img/2010/05/11/100511032433712593.jpg[/img]
2 REPLIES 2

zaizi
Champ in-the-making
Champ in-the-making
Can you post your content model for "Internal mailing list"?

thomasberment
Champ in-the-making
Champ in-the-making
Exactly I want replace my property "internal mailing list". Currently it's a simply text field like :
<property name="custom:listediffusioninterne">
            <type>d:text</type>
              <protected>false</protected>
              <mandatory>false</mandatory>
            </property>

I tried this, but it's doesn't work:
- customModel.xml :
<types>
      <type name="custom:searchuser">
         <mandatory-aspects>
            <aspect>bpm:assignee</aspect>
         </mandatory-aspects>
      </type>
   </types>
- web-client-config-custom.xml :
<config evaluator="node-type" condition="custom:searchuser" replace="true">
      <property-sheet>
         <show-association name="bpm:assignee" />
      </property-sheet>
    </config>

I'm helped me with this files :
- web-client-config-properties.xml
- workflowModel.xml