<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments for Developing for Infor Smart Office</title>
	<atom:link href="http://lawsonsmartoffice.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lawsonsmartoffice.com</link>
	<description>Mashups, JScripts and tips</description>
	<lastBuildDate>Tue, 11 Jun 2013 11:06:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Getting values from M3 panels with Jscript by karinpb</title>
		<link>http://lawsonsmartoffice.com/2013/01/22/getting-values-from-m3-panels-with-jscript/#comment-1294</link>
		<dc:creator><![CDATA[karinpb]]></dc:creator>
		<pubDate>Tue, 11 Jun 2013 11:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.com/?p=1406#comment-1294</guid>
		<description><![CDATA[Hi Grigoryev,
You need to be more specific. If this is for calling an MI program then there is only one common setting in Mango.Core settings that is used for WS connections. Unless the method used can take the timeout as a parameter. I think that MIParameters that can be set when you use MIWorker can set both the ConnectTimeout and the ReceiveTimeout, which will then be valid for that call only. Please clearify what timeout you are refering to.]]></description>
		<content:encoded><![CDATA[<p>Hi Grigoryev,<br />
You need to be more specific. If this is for calling an MI program then there is only one common setting in Mango.Core settings that is used for WS connections. Unless the method used can take the timeout as a parameter. I think that MIParameters that can be set when you use MIWorker can set both the ConnectTimeout and the ReceiveTimeout, which will then be valid for that call only. Please clearify what timeout you are refering to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting values from M3 panels with Jscript by Grigoryev Georgy</title>
		<link>http://lawsonsmartoffice.com/2013/01/22/getting-values-from-m3-panels-with-jscript/#comment-1293</link>
		<dc:creator><![CDATA[Grigoryev Georgy]]></dc:creator>
		<pubDate>Tue, 11 Jun 2013 08:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.com/?p=1406#comment-1293</guid>
		<description><![CDATA[Hi, how i can set timeout in m3 js?]]></description>
		<content:encoded><![CDATA[<p>Hi, how i can set timeout in m3 js?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Bookmarks in M3 by Martin Trydal Torp</title>
		<link>http://lawsonsmartoffice.com/2011/10/28/using-bookmarks-in-m3/#comment-1279</link>
		<dc:creator><![CDATA[Martin Trydal Torp]]></dc:creator>
		<pubDate>Fri, 31 May 2013 20:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.wordpress.com/?p=152#comment-1279</guid>
		<description><![CDATA[Yes, I know that, but it doesn&#039;t work. I&#039;m able to show the fields from APS112/E but there are no values in them. The same problem occurs if you bookmark APS110 on the regular way and try to open some of the related alternatives like Ctrl + 15 and Ctrl + 11 - no values are shown, so I’m guessing there is something wrong with this bookmark, even dough it works in MTS043.]]></description>
		<content:encoded><![CDATA[<p>Yes, I know that, but it doesn&#8217;t work. I&#8217;m able to show the fields from APS112/E but there are no values in them. The same problem occurs if you bookmark APS110 on the regular way and try to open some of the related alternatives like Ctrl + 15 and Ctrl + 11 &#8211; no values are shown, so I’m guessing there is something wrong with this bookmark, even dough it works in MTS043.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling M3 APIs in JScript on a Background Thread by Jose Ramon</title>
		<link>http://lawsonsmartoffice.com/2011/12/19/calling-m3-apis-in-jscript-on-a-background-thread/#comment-1278</link>
		<dc:creator><![CDATA[Jose Ramon]]></dc:creator>
		<pubDate>Fri, 31 May 2013 14:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.wordpress.com/?p=303#comment-1278</guid>
		<description><![CDATA[Thanks for the alternatives :).]]></description>
		<content:encoded><![CDATA[<p>Thanks for the alternatives <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling M3 APIs in JScript on a Background Thread by thibaudatwork</title>
		<link>http://lawsonsmartoffice.com/2011/12/19/calling-m3-apis-in-jscript-on-a-background-thread/#comment-1275</link>
		<dc:creator><![CDATA[thibaudatwork]]></dc:creator>
		<pubDate>Wed, 29 May 2013 20:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.wordpress.com/?p=303#comment-1275</guid>
		<description><![CDATA[Hola Jose Ramón. Another technique is to call the API from the good old JSP IBrix and the good old IDSP in IPM IBrix (if you know how to program them) and make a simple HTTP Request to it. You don&#039;t even need to hard-code the user and password in the script as you can get them from the script (see my post on it). I never tested this technique but I believe it&#039;s possible. However I believe those IBrix frameworks are not supported by Infor anymore. Hope it helps. /Thibaud]]></description>
		<content:encoded><![CDATA[<p>Hola Jose Ramón. Another technique is to call the API from the good old JSP IBrix and the good old IDSP in IPM IBrix (if you know how to program them) and make a simple HTTP Request to it. You don&#8217;t even need to hard-code the user and password in the script as you can get them from the script (see my post on it). I never tested this technique but I believe it&#8217;s possible. However I believe those IBrix frameworks are not supported by Infor anymore. Hope it helps. /Thibaud</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling M3 APIs in JScript on a Background Thread by karinpb</title>
		<link>http://lawsonsmartoffice.com/2011/12/19/calling-m3-apis-in-jscript-on-a-background-thread/#comment-1274</link>
		<dc:creator><![CDATA[karinpb]]></dc:creator>
		<pubDate>Wed, 29 May 2013 16:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.wordpress.com/?p=303#comment-1274</guid>
		<description><![CDATA[Yes and no. There is no easy way to call the APIs. Before we got the generic M3 API WS you had to deploy web services in Lawson Web Services using the Web Service Designer. Then in order to call the web service you need to generate C# stub code. So you can create a dll with some own calls to access API and then load that dll in the script. But it&#039;s a lot of work. If this is a version that supports the Smart Office SDK you can write the code as part of a feature and deploy it to all clients and then just call methods from your script. The way to modify the generated stubs are described in the first version of the SDK Developers guide but this is something I can only recommend if you already know how to generate and use WS - stibs in .net.]]></description>
		<content:encoded><![CDATA[<p>Yes and no. There is no easy way to call the APIs. Before we got the generic M3 API WS you had to deploy web services in Lawson Web Services using the Web Service Designer. Then in order to call the web service you need to generate C# stub code. So you can create a dll with some own calls to access API and then load that dll in the script. But it&#8217;s a lot of work. If this is a version that supports the Smart Office SDK you can write the code as part of a feature and deploy it to all clients and then just call methods from your script. The way to modify the generated stubs are described in the first version of the SDK Developers guide but this is something I can only recommend if you already know how to generate and use WS &#8211; stibs in .net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling M3 APIs by karinpb</title>
		<link>http://lawsonsmartoffice.com/2011/09/01/calling-m3-apis/#comment-1273</link>
		<dc:creator><![CDATA[karinpb]]></dc:creator>
		<pubDate>Wed, 29 May 2013 16:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.wordpress.com/?p=34#comment-1273</guid>
		<description><![CDATA[Hi,
You write the code within Smart Office itself in the JScript tool.

The user&#039;s Role (assigned in Security User Maintenance and maintained in ISO Role Manager) must have &#039;Allow Scripting&#039; set.
Then user will see Script Tool under Lawson Transactions -&gt; Other or enter &quot;sforms://jscript&quot;

Start by reading the Lawson Developers Guide found on the Infor Info Center (that is a server were you can install documentation).]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
You write the code within Smart Office itself in the JScript tool.</p>
<p>The user&#8217;s Role (assigned in Security User Maintenance and maintained in ISO Role Manager) must have &#8216;Allow Scripting&#8217; set.<br />
Then user will see Script Tool under Lawson Transactions -&gt; Other or enter &#8220;sforms://jscript&#8221;</p>
<p>Start by reading the Lawson Developers Guide found on the Infor Info Center (that is a server were you can install documentation).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling M3 APIs in JScript on a Background Thread by Jose Ramon</title>
		<link>http://lawsonsmartoffice.com/2011/12/19/calling-m3-apis-in-jscript-on-a-background-thread/#comment-1270</link>
		<dc:creator><![CDATA[Jose Ramon]]></dc:creator>
		<pubDate>Wed, 29 May 2013 07:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.wordpress.com/?p=303#comment-1270</guid>
		<description><![CDATA[Hi!, first of all thanks for the blog, it&#039;s being a really good source of information and inspiration, I&#039;m currently discovering the magic of the scripts.
I was wondering if there is a way to call API from older versions of Smart Office.]]></description>
		<content:encoded><![CDATA[<p>Hi!, first of all thanks for the blog, it&#8217;s being a really good source of information and inspiration, I&#8217;m currently discovering the magic of the scripts.<br />
I was wondering if there is a way to call API from older versions of Smart Office.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling M3 APIs by Amr Nabil</title>
		<link>http://lawsonsmartoffice.com/2011/09/01/calling-m3-apis/#comment-1265</link>
		<dc:creator><![CDATA[Amr Nabil]]></dc:creator>
		<pubDate>Tue, 28 May 2013 08:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.wordpress.com/?p=34#comment-1265</guid>
		<description><![CDATA[I am new to Lawson and have a programming back ground. What do i need to start Lawson JScripting and where do i write this code??

Thanks very much for your help.]]></description>
		<content:encoded><![CDATA[<p>I am new to Lawson and have a programming back ground. What do i need to start Lawson JScripting and where do i write this code??</p>
<p>Thanks very much for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Personalizations in M3 &#8211; Manager by Anders Lundh</title>
		<link>http://lawsonsmartoffice.com/2011/12/04/personalizations-in-m3-manager/#comment-1230</link>
		<dc:creator><![CDATA[Anders Lundh]]></dc:creator>
		<pubDate>Wed, 15 May 2013 19:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://lawsonsmartoffice.wordpress.com/?p=257#comment-1230</guid>
		<description><![CDATA[Hi again Karin
I&#039;d forgotten to clear the MNE-server. Thanks for the tips. :)
After doing that it works perfect to copy &amp; delete personalizations between users/roles from the Personalization Manager. Rellay great tool for deploying scripts, etc.
/Anders]]></description>
		<content:encoded><![CDATA[<p>Hi again Karin<br />
I&#8217;d forgotten to clear the MNE-server. Thanks for the tips. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
After doing that it works perfect to copy &amp; delete personalizations between users/roles from the Personalization Manager. Rellay great tool for deploying scripts, etc.<br />
/Anders</p>
]]></content:encoded>
	</item>
</channel>
</rss>
