<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>M3 ideas</title>
	<atom:link href="http://thibaudatwork.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thibaudatwork.wordpress.com</link>
	<description>Thibaud&#039;s M3 ideas worth sharing</description>
	<lastBuildDate>Fri, 24 Feb 2012 04:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thibaudatwork.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>M3 ideas</title>
		<link>http://thibaudatwork.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thibaudatwork.wordpress.com/osd.xml" title="M3 ideas" />
	<atom:link rel='hub' href='http://thibaudatwork.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to call Lawson Web Services from PHP</title>
		<link>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-lawson-web-services-from-php/</link>
		<comments>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-lawson-web-services-from-php/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 04:42:20 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[M3]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=734</guid>
		<description><![CDATA[Here are examples to call Lawson Web Services from PHP for all three adapters: API, M3 Display Program (MDP), and SQL. Which SOAP client ? In the past, I used the external NuSOAP toolkit to make SOAP calls in PHP. Now, PHP 5 comes built-in with SoapClient. To determine which SOAP client your PHP server provides, use: &#8230; <a href="http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-lawson-web-services-from-php/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=734&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-lawson-web-services-from-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/22.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/52.png" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/14.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/23.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>
	</item>
		<item>
		<title>How to call M3 API from .NET</title>
		<link>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-m3-api-from-net/</link>
		<comments>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-m3-api-from-net/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:47:28 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[M3]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=720</guid>
		<description><![CDATA[Here is an example to call M3 API from .NET in C#. Background To call M3 API in .NET there are several options: 1) we can use Interop to wrap the COM unmanaged library, 2) we can use netmodules which were introduced in the M3 API Toolkit version 9.0.1.1, or 3) we can use the native .NET managed &#8230; <a href="http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-m3-api-from-net/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=720&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-m3-api-from-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/11.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/21.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/31.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/43.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/13.png" medium="image">
			<media:title type="html">13</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/16b.png" medium="image">
			<media:title type="html">16b</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/20.png" medium="image">
			<media:title type="html">20</media:title>
		</media:content>
	</item>
		<item>
		<title>How to call M3 API with REST &amp; JSON</title>
		<link>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-m3-api-with-rest-json/</link>
		<comments>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-m3-api-with-rest-json/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 02:05:43 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[M3]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=670</guid>
		<description><![CDATA[With the Lawson Grid, M3 introduced a new REST endpoint for calling M3 API where the response is returned in XML or in JSON. Background Historically, software clients that called M3 API needed to use proprietary libraries, such as MvxSockJ.class for Java and MvxSockX_SVR.dll for Microsoft languages. Over the years, Intentia introduced Movex Web Services to call M3 API using the SOAP &#8230; <a href="http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-m3-api-with-rest-json/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=670&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2012/02/23/how-to-call-m3-api-with-rest-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/1.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/2.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/3.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/42.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/51.png" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/6.png" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/81.png" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/91.png" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/02/101.png" medium="image">
			<media:title type="html">10</media:title>
		</media:content>
	</item>
		<item>
		<title>How to loop M3 activity node in PFI</title>
		<link>http://thibaudatwork.wordpress.com/2012/01/19/how-to-loop-m3-activity-node-in-pfi/</link>
		<comments>http://thibaudatwork.wordpress.com/2012/01/19/how-to-loop-m3-activity-node-in-pfi/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 00:06:25 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[ProcessFlow]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=629</guid>
		<description><![CDATA[Here is a solution to iterate thru the result set of an M3 activity node in ProcessFlow Integrator (PFI). Background M3 API transactions of type Get return one record. For example, CRS610MI.GetBasicData returns information about the specified customer number. M3 API transactions of type List typically return multiple records. For example, CRS610MI.LstByNumber typically returns thousands &#8230; <a href="http://thibaudatwork.wordpress.com/2012/01/19/how-to-loop-m3-activity-node-in-pfi/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=629&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2012/01/19/how-to-loop-m3-activity-node-in-pfi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/01/0.png" medium="image" />

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/01/0_1.png" medium="image">
			<media:title type="html">0_</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/01/2_1.png" medium="image">
			<media:title type="html">2_</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/01/02.png" medium="image" />

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/01/14.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/01/15.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2012/01/16.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>
	</item>
		<item>
		<title>How to use an M3 program that&#8217;s not yet bookmark enabled in a Mashup</title>
		<link>http://thibaudatwork.wordpress.com/2012/01/17/how-to-use-an-m3-program-thats-not-yet-bookmark-enabled-in-a-mashup/</link>
		<comments>http://thibaudatwork.wordpress.com/2012/01/17/how-to-use-an-m3-program-thats-not-yet-bookmark-enabled-in-a-mashup/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 05:21:11 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Smart Office]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=624</guid>
		<description><![CDATA[Here is a solution for a Mashup to use an M3 program that doesn&#8217;t yet support bookmarks, for example MMS081. If the program doesn&#8217;t support bookmarks the options are limited. Normally only M3 programs that are bookmark enabled are supported in a Mashup. But we can workaround the limitation by using the Program attribute instead of a &#8230; <a href="http://thibaudatwork.wordpress.com/2012/01/17/how-to-use-an-m3-program-thats-not-yet-bookmark-enabled-in-a-mashup/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=624&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2012/01/17/how-to-use-an-m3-program-thats-not-yet-bookmark-enabled-in-a-mashup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>
	</item>
		<item>
		<title>Self-configuration for Smart Office Scripts</title>
		<link>http://thibaudatwork.wordpress.com/2011/12/26/self-configuration-for-smart-office-scripts/</link>
		<comments>http://thibaudatwork.wordpress.com/2011/12/26/self-configuration-for-smart-office-scripts/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 02:56:20 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[Smart Office]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=576</guid>
		<description><![CDATA[Here is a trivial solution to implement Personalized Scripts for Lawson Smart Office that self-configure based on the program they are being executed in. Problem We often implement scripts which functionality can be applied to different M3 programs. For example, a script that makes a phone call based on the phone number displayed on the &#8230; <a href="http://thibaudatwork.wordpress.com/2011/12/26/self-configuration-for-smart-office-scripts/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=576&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2011/12/26/self-configuration-for-smart-office-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>
	</item>
		<item>
		<title>Translate M3 with Google Translate API</title>
		<link>http://thibaudatwork.wordpress.com/2011/12/26/translate-m3-with-google-translate-api/</link>
		<comments>http://thibaudatwork.wordpress.com/2011/12/26/translate-m3-with-google-translate-api/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 01:24:02 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[M3]]></category>
		<category><![CDATA[Smart Office]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=552</guid>
		<description><![CDATA[Here is a solution to translate user-generated content in M3, and M3 content, in 52 languages. For that, I will use the Google Translate API and a Personalized Script for Lawson Smart Office. Business advantage This solution is interesting to translate content that is generated by users, such as: Bill of Materials Work Orders Service &#8230; <a href="http://thibaudatwork.wordpress.com/2011/12/26/translate-m3-with-google-translate-api/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=552&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2011/12/26/translate-m3-with-google-translate-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/lso.png?w=300" medium="image">
			<media:title type="html">LSO</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/google.png?w=300" medium="image">
			<media:title type="html">Google</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/mos100b_animation.gif" medium="image">
			<media:title type="html">MOS100B_animation</media:title>
		</media:content>
	</item>
		<item>
		<title>Send SMS from PFI with Twilio</title>
		<link>http://thibaudatwork.wordpress.com/2011/12/24/send-sms-from-pfi-with-twilio/</link>
		<comments>http://thibaudatwork.wordpress.com/2011/12/24/send-sms-from-pfi-with-twilio/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 12:54:24 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Mobile & Telephony]]></category>
		<category><![CDATA[ProcessFlow]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=530</guid>
		<description><![CDATA[Here I propose a solution to send SMS text messages from M3. The desired solution is an exchange of SMS text messages between M3 and the user. Scenario For example, let&#8217;s suppose we have a scenario where approvers need to review new Customers before setting the Customer&#8217;s status to 20-Definite in CRS610. Also, let&#8217;s suppose &#8230; <a href="http://thibaudatwork.wordpress.com/2011/12/24/send-sms-from-pfi-with-twilio/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=530&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2011/12/24/send-sms-from-pfi-with-twilio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/img_4310.png?w=200" medium="image">
			<media:title type="html">IMG_4310</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/twilio.png?w=300" medium="image">
			<media:title type="html">Twilio</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/authentication1.png" medium="image">
			<media:title type="html">Authentication</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/13.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/21.png?w=300" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/31.png?w=300" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/4.png?w=200" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/5.png?w=200" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/6_.png" medium="image">
			<media:title type="html">6_</media:title>
		</media:content>
	</item>
		<item>
		<title>PFI trigger generator</title>
		<link>http://thibaudatwork.wordpress.com/2011/12/22/pfi-trigger-generator/</link>
		<comments>http://thibaudatwork.wordpress.com/2011/12/22/pfi-trigger-generator/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 06:59:37 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[ProcessFlow]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=518</guid>
		<description><![CDATA[The PFI trigger generator is a tool that generates source code to trigger a ProcessFlow Integrator flow in various programming languages and with various triggering options. I use it to ensure source code correctness, and to test the capabilities of Email clients. I hope it helps you too. http://ibrix.info/pfi/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=518&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2011/12/22/pfi-trigger-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/screenshot.png?w=300" medium="image">
			<media:title type="html">screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>How to avoid impersonation with the Mailbox Inbasket for PFI</title>
		<link>http://thibaudatwork.wordpress.com/2011/12/22/how-to-avoid-impersonation-with-the-mailbox-inbasket-for-pfi/</link>
		<comments>http://thibaudatwork.wordpress.com/2011/12/22/how-to-avoid-impersonation-with-the-mailbox-inbasket-for-pfi/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 06:41:27 +0000</pubDate>
		<dc:creator>thibaudatwork</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[ProcessFlow]]></category>

		<guid isPermaLink="false">http://thibaudatwork.wordpress.com/?p=502</guid>
		<description><![CDATA[Here is a solution to avoid impersonation when from an email we take action in the Inbasket of ProcessFlow Integrator (PFI). The scenario is the following. We have a workflow where approvers need to review certain information and take action, for example Approve or Reject. In this particular scenario the buttons to approve and reject are &#8230; <a href="http://thibaudatwork.wordpress.com/2011/12/22/how-to-avoid-impersonation-with-the-mailbox-inbasket-for-pfi/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thibaudatwork.wordpress.com&amp;blog=26505780&amp;post=502&amp;subd=thibaudatwork&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thibaudatwork.wordpress.com/2011/12/22/how-to-avoid-impersonation-with-the-mailbox-inbasket-for-pfi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f255eee4e85d05961ef6bf7bea7d5860?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thibaudatwork</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/solution1x.png?w=300" medium="image">
			<media:title type="html">solution1x</media:title>
		</media:content>

		<media:content url="http://thibaudatwork.files.wordpress.com/2011/12/zresult1x.png?w=300" medium="image">
			<media:title type="html">zresult1x</media:title>
		</media:content>
	</item>
	</channel>
</rss>
