<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Exclude user without email from a form search in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/exclude-user-without-email-from-a-form-search/m-p/94203#M27818</link>
    <description>&lt;P&gt;Hello Everyone&lt;/P&gt;&lt;P&gt;I work on Alfresco 5.2.6, SDK4 with Activiti.&lt;/P&gt;&lt;P&gt;When I start a workflow:&lt;/P&gt;&lt;P&gt;1 - Click on 1 to open a user form search.&lt;/P&gt;&lt;P&gt;2 - Write LEGRAND&lt;/P&gt;&lt;P&gt;3 - Click on search.&lt;/P&gt;&lt;P&gt;There are 2 users found. One user does not have email, I want to exclude him from the research&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-04-15_09h45_13_80.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/621iA4441C38E760C048/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The form is defined in META-INF/share-config-custom.xml:&lt;/P&gt;&lt;PRE&gt;&amp;lt;alfresco-config&amp;gt;
    
    &amp;lt;!-- Wokflow --&amp;gt;
	&amp;lt;config evaluator="string-compare" condition="activiti$partagerEnLecture"&amp;gt;
		&amp;lt;forms&amp;gt;
			&amp;lt;form&amp;gt;
				&amp;lt;field-visibility&amp;gt;
					&amp;lt;show id="bpm:workflowDescription" /&amp;gt;
					&amp;lt;show id="girpelwf:collaborateurLecteur" /&amp;gt;
					&amp;lt;show id="packageItems" /&amp;gt;
				&amp;lt;/field-visibility&amp;gt;
				&amp;lt;appearance&amp;gt;
					&amp;lt;set id="" appearance="title" label-id="workflow.set.general" /&amp;gt;
					&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&amp;lt;set id="personne" appearance="title" label="Personne assignée" /&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;
					&amp;lt;set id="items" appearance="title" label-id="workflow.set.items" /&amp;gt;
					&amp;lt;field id="bpm:workflowDescription" label-id="workflow.field.message"&amp;gt;
						&amp;lt;control template="/org/alfresco/components/form/controls/textarea.ftl"&amp;gt;
							&amp;lt;control-param name="style"&amp;gt;width: 95%&amp;lt;/control-param&amp;gt;
						&amp;lt;/control&amp;gt;
					&amp;lt;/field&amp;gt;
					&amp;lt;field id="girpelwf:collaborateurLecteur" set="personne" label-id="workflow.partagerEnLecture.collaborateurLecteur" /&amp;gt;
					&amp;lt;field id="packageItems" set="items"&amp;gt;
						&amp;lt;control template="partagerEnLecture/components/form/controls/packageitemsPELstartTask.ftl"&amp;gt;
							&amp;lt;control-param name="startLocation"&amp;gt;/app:company_home/st:sites&amp;lt;/control-param&amp;gt;
						&amp;lt;/control&amp;gt;
					&amp;lt;/field&amp;gt;
				&amp;lt;/appearance&amp;gt;
			&amp;lt;/form&amp;gt;
		&amp;lt;/forms&amp;gt;
	&amp;lt;/config&amp;gt;&lt;/PRE&gt;&lt;P&gt;The user form search is defined with :&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&amp;lt;set id="personne" appearance="title" label="Personne assignée" /&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;What to do to exclude user without email from the search ?&lt;/P&gt;&lt;P&gt;Thank's you&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 09:08:02 GMT</pubDate>
    <dc:creator>Latence132</dc:creator>
    <dc:date>2020-04-29T09:08:02Z</dc:date>
    <item>
      <title>Exclude user without email from a form search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/exclude-user-without-email-from-a-form-search/m-p/94203#M27818</link>
      <description>&lt;P&gt;Hello Everyone&lt;/P&gt;&lt;P&gt;I work on Alfresco 5.2.6, SDK4 with Activiti.&lt;/P&gt;&lt;P&gt;When I start a workflow:&lt;/P&gt;&lt;P&gt;1 - Click on 1 to open a user form search.&lt;/P&gt;&lt;P&gt;2 - Write LEGRAND&lt;/P&gt;&lt;P&gt;3 - Click on search.&lt;/P&gt;&lt;P&gt;There are 2 users found. One user does not have email, I want to exclude him from the research&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-04-15_09h45_13_80.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/621iA4441C38E760C048/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The form is defined in META-INF/share-config-custom.xml:&lt;/P&gt;&lt;PRE&gt;&amp;lt;alfresco-config&amp;gt;
    
    &amp;lt;!-- Wokflow --&amp;gt;
	&amp;lt;config evaluator="string-compare" condition="activiti$partagerEnLecture"&amp;gt;
		&amp;lt;forms&amp;gt;
			&amp;lt;form&amp;gt;
				&amp;lt;field-visibility&amp;gt;
					&amp;lt;show id="bpm:workflowDescription" /&amp;gt;
					&amp;lt;show id="girpelwf:collaborateurLecteur" /&amp;gt;
					&amp;lt;show id="packageItems" /&amp;gt;
				&amp;lt;/field-visibility&amp;gt;
				&amp;lt;appearance&amp;gt;
					&amp;lt;set id="" appearance="title" label-id="workflow.set.general" /&amp;gt;
					&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&amp;lt;set id="personne" appearance="title" label="Personne assignée" /&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;
					&amp;lt;set id="items" appearance="title" label-id="workflow.set.items" /&amp;gt;
					&amp;lt;field id="bpm:workflowDescription" label-id="workflow.field.message"&amp;gt;
						&amp;lt;control template="/org/alfresco/components/form/controls/textarea.ftl"&amp;gt;
							&amp;lt;control-param name="style"&amp;gt;width: 95%&amp;lt;/control-param&amp;gt;
						&amp;lt;/control&amp;gt;
					&amp;lt;/field&amp;gt;
					&amp;lt;field id="girpelwf:collaborateurLecteur" set="personne" label-id="workflow.partagerEnLecture.collaborateurLecteur" /&amp;gt;
					&amp;lt;field id="packageItems" set="items"&amp;gt;
						&amp;lt;control template="partagerEnLecture/components/form/controls/packageitemsPELstartTask.ftl"&amp;gt;
							&amp;lt;control-param name="startLocation"&amp;gt;/app:company_home/st:sites&amp;lt;/control-param&amp;gt;
						&amp;lt;/control&amp;gt;
					&amp;lt;/field&amp;gt;
				&amp;lt;/appearance&amp;gt;
			&amp;lt;/form&amp;gt;
		&amp;lt;/forms&amp;gt;
	&amp;lt;/config&amp;gt;&lt;/PRE&gt;&lt;P&gt;The user form search is defined with :&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&amp;lt;set id="personne" appearance="title" label="Personne assignée" /&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;What to do to exclude user without email from the search ?&lt;/P&gt;&lt;P&gt;Thank's you&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 09:08:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/exclude-user-without-email-from-a-form-search/m-p/94203#M27818</guid>
      <dc:creator>Latence132</dc:creator>
      <dc:date>2020-04-29T09:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude user without email from a form search</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/exclude-user-without-email-from-a-form-search/m-p/94204#M27819</link>
      <description>&lt;P&gt;Without Email , How you have created user?&lt;/P&gt;&lt;P&gt;You need to override webscript get all user where email is there.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 04:35:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/exclude-user-without-email-from-a-form-search/m-p/94204#M27819</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-10-28T04:35:01Z</dc:date>
    </item>
  </channel>
</rss>

