<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>workflow &#8211; Kodono</title>
	<atom:link href="https://blog.kodono.info/wordpress/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.kodono.info/wordpress</link>
	<description>Pour tous les technophiles</description>
	<lastBuildDate>Tue, 28 Jun 2016 07:22:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>Send an email to several recipients from a String in a workflow [Sharepoint 2013]</title>
		<link>https://blog.kodono.info/wordpress/2016/06/28/send-an-email-to-several-recipients-from-a-string-in-a-workflow-sharepoint-2013/</link>
					<comments>https://blog.kodono.info/wordpress/2016/06/28/send-an-email-to-several-recipients-from-a-string-in-a-workflow-sharepoint-2013/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Tue, 28 Jun 2016 07:22:44 +0000</pubDate>
				<category><![CDATA[Astuce]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Niveau intermédiaire]]></category>
		<category><![CDATA[Anglais]]></category>
		<category><![CDATA[Sharepoint 2013]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">https://blog.kodono.info/wordpress/?p=1665</guid>

					<description><![CDATA[I found the case in which I have to send 1 email to several recipients. I have the names stored into a Sharepoint list. Using REST API and a call into my Workflow I&#8217;ve been able to get a list of login names (using $expand=MyUserField and $select=MyUserField/Name), then you just need to concatenate them separate [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I found the case in which I have to send 1 email to several recipients. I have the names stored into a Sharepoint list.</p>
<p>Using REST API and a call into my Workflow I&#8217;ve been able to get a list of login names (using <code>$expand=MyUserField</code> and <code>$select=MyUserField/Name</code>), then you just need to concatenate them separate by <code>;</code>.</p>
<p>At the end you should have a string that looks like <code>domain\login_name1;domain\login_name2;domain\login_name3;</code> into yout <em>To</em> field for the email.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.kodono.info/wordpress/2016/06/28/send-an-email-to-several-recipients-from-a-string-in-a-workflow-sharepoint-2013/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Envoyer un email à plusieurs personnes via un Workflow [Sharepoint]</title>
		<link>https://blog.kodono.info/wordpress/2011/10/28/envoyer-un-email-a-plusieurs-personnes-via-un-workflow-sharepoint/</link>
					<comments>https://blog.kodono.info/wordpress/2011/10/28/envoyer-un-email-a-plusieurs-personnes-via-un-workflow-sharepoint/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Fri, 28 Oct 2011 13:34:31 +0000</pubDate>
				<category><![CDATA[Niveau débutant]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=764</guid>

					<description><![CDATA[Avec Sharepoint et les Workflow il est possible d&#8217;envoyer des emails à une personne (ou un groupe) en se basant sur un champs &#8220;Personne&#8221; de la Liste. Il est également possible d&#8217;envoyer un email à plusieurs personnes d&#8217;un coup grâce à ce même champs, mais en choisissant l&#8217;option &#8220;Sélection Multiple&#8221;. Attention cependant: lorsque vous créez [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Avec Sharepoint et les Workflow il est possible d&#8217;envoyer des emails à une personne (ou un groupe) en se basant sur un champs &#8220;Personne&#8221; de la Liste. Il est également possible d&#8217;envoyer un email à plusieurs personnes d&#8217;un coup grâce à ce même champs, mais en choisissant l&#8217;option &#8220;Sélection Multiple&#8221;.<br />
Attention cependant: lorsque vous créez le Workflow qui va envoyer l&#8217;email, il ne va pas vous proposer le champs en question tant qu&#8217;il est en &#8220;Sélection Multiple&#8221; ! Pour que cela fonctionne, il faut désactiver la sélection multiple le temps de configurer le workflow, puis l&#8217;autoriser de nouveau.</p>
<p>C&#8217;est donc simplement l&#8217;interface utilisateur de Sharepoint Designer qui bloque, alors que c&#8217;est techniquement possible.</p>
<p>Plus d&#8217;informations : <a href="http://social.msdn.microsoft.com/forums/en-US/sharepointworkflow/thread/ebcb81ec-ba36-4a4c-bd01-26dc2c4d0913/">http://social.msdn.microsoft.com/forums/en-US/sharepointworkflow/thread/ebcb81ec-ba36-4a4c-bd01-26dc2c4d0913/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.kodono.info/wordpress/2011/10/28/envoyer-un-email-a-plusieurs-personnes-via-un-workflow-sharepoint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
