<?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/"
		>
<channel>
	<title>Comments on: Creating a class, the best practice way</title>
	<atom:link href="http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/</link>
	<description>The everyday life of a Dynamics AX developer</description>
	<lastBuildDate>Wed,  1 Feb 2012 16:29:10 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Criando Classes, melhores práticas! &#124; Dynamics AX Brasil</title>
		<link>http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/comment-page-1/#comment-12967</link>
		<dc:creator>Criando Classes, melhores práticas! &#124; Dynamics AX Brasil</dc:creator>
		<pubDate>Tue, 13 Sep 2011 19:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofcreation.be/?p=723#comment-12967</guid>
		<description>[...] Não vou traduzir aqui pra vocês porque o post é um pouco extenso, mas tenho certeza que vale muito a pena dar uma olhada: www.artofcreation.be [...]</description>
		<content:encoded><![CDATA[<div style="border-left: 2px solid #DDD; padding: 1em;">
<p>[...] Não vou traduzir aqui pra vocês porque o post é um pouco extenso, mas tenho certeza que vale muito a pena dar uma olhada: <a href="http://www.artofcreation.be" rel="nofollow">http://www.artofcreation.be</a> [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: XppDotNet</title>
		<link>http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/comment-page-1/#comment-10121</link>
		<dc:creator>XppDotNet</dc:creator>
		<pubDate>Fri, 27 May 2011 16:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofcreation.be/?p=723#comment-10121</guid>
		<description>Hi Lekhanh - XppDotNet is a free tool that helps expose Ax business logic for .NET applications and services. Download at www.xppdotnet.com.</description>
		<content:encoded><![CDATA[<p>Hi Lekhanh &#8211; XppDotNet is a free tool that helps expose Ax business logic for .NET applications and services. Download at <a href="http://www.xppdotnet.com" rel="nofollow">http://www.xppdotnet.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaas Deforche</title>
		<link>http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/comment-page-1/#comment-7996</link>
		<dc:creator>Klaas Deforche</dc:creator>
		<pubDate>Thu, 24 Feb 2011 10:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofcreation.be/?p=723#comment-7996</guid>
		<description>Hi lekhanh,

You can use the .NET business connector in VS.NET to call logic in AX:
http://msdn.microsoft.com/en-us/library/aa851743.aspx#Y453

You could also create a service in AX, and expose it on a seb server (IIS), then consume the web service. After a quick search on google I found this:
http://blogs.msdn.com/b/aif/archive/2008/12/16/creating-custom-dynamics-ax-services.aspx
It&#039;s a bit a a pain to create a service like this though, but this will be improved in AX 2012.

For now, I would stick to the .NET business connector.</description>
		<content:encoded><![CDATA[<p>Hi lekhanh,</p>
<p>You can use the .NET business connector in VS.NET to call logic in AX:<br />
<a href="http://msdn.microsoft.com/en-us/library/aa851743.aspx#Y453" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa851743.aspx#Y453</a></p>
<p>You could also create a service in AX, and expose it on a seb server (IIS), then consume the web service. After a quick search on google I found this:<br />
<a href="http://blogs.msdn.com/b/aif/archive/2008/12/16/creating-custom-dynamics-ax-services.aspx" rel="nofollow">http://blogs.msdn.com/b/aif/archive/2008/12/16/creating-custom-dynamics-ax-services.aspx</a><br />
It&#8217;s a bit a a pain to create a service like this though, but this will be improved in AX 2012.</p>
<p>For now, I would stick to the .NET business connector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lekhanh</title>
		<link>http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/comment-page-1/#comment-7991</link>
		<dc:creator>lekhanh</dc:creator>
		<pubDate>Thu, 24 Feb 2011 02:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofcreation.be/?p=723#comment-7991</guid>
		<description>Hi Klass,
I have a question about Classes object in MS AX. When I creat new class in AX, how can I use that class in Visual Studio? 
Thank so much.</description>
		<content:encoded><![CDATA[<p>Hi Klass,<br />
I have a question about Classes object in MS AX. When I creat new class in AX, how can I use that class in Visual Studio?<br />
Thank so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaas Deforche</title>
		<link>http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/comment-page-1/#comment-6645</link>
		<dc:creator>Klaas Deforche</dc:creator>
		<pubDate>Thu, 30 Dec 2010 10:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofcreation.be/?p=723#comment-6645</guid>
		<description>Hi,

You can do this:

[cc lang=&quot;xpp&quot;]
if(kLFORTestBP.prompt())
{
    kLFORTestBP.run();
}

Then in your dialog, just use the parm method (or use the inventTable variable for the class declaration directly. 
[/cc]

Does that answer your question?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can do this:</p>
<div class="codecolorer-container xpp default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="xpp codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #0000ff;">if</span><span style="color: #000000;">&#40;</span>kLFORTestBP.<span style="color: #000000;">prompt</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />
<span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; kLFORTestBP.<span style="color: #000000;">run</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;<br />
<span style="color: #000000;">&#125;</span><br />
<br />
Then in your dialog<span style="color: #00007f;">,</span> just use the parm method <span style="color: #000000;">&#40;</span>or use the inventTable variable <span style="color: #0000ff;">for</span> the <span style="color: #0000ff;">class</span> declaration directly.</div></div>
<p>Does that answer your question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Kalra</title>
		<link>http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/comment-page-1/#comment-6637</link>
		<dc:creator>Deepak Kalra</dc:creator>
		<pubDate>Thu, 30 Dec 2010 05:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofcreation.be/?p=723#comment-6637</guid>
		<description>I need to access InventTable Instance of  main Method in the dialog method.Please suggest how could I?</description>
		<content:encoded><![CDATA[<p>I need to access InventTable Instance of  main Method in the dialog method.Please suggest how could I?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Criando Classes, melhores pr&#225;ticas! - Microsoft Dynamics AX Development - Peterson Ferreira - AX Technical Blogs - Microsoft Dynamics Community</title>
		<link>http://www.artofcreation.be/2010/05/18/creating-a-class-the-best-practice-way/comment-page-1/#comment-5525</link>
		<dc:creator>Criando Classes, melhores pr&#225;ticas! - Microsoft Dynamics AX Development - Peterson Ferreira - AX Technical Blogs - Microsoft Dynamics Community</dc:creator>
		<pubDate>Thu, 18 Nov 2010 01:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofcreation.be/?p=723#comment-5525</guid>
		<description>[...] Não vou traduzir aqui pra vocês porque o post é um pouco extenso, mas tenho certeza que vale muito a pena dar uma olhada: www.artofcreation.be [...]</description>
		<content:encoded><![CDATA[<div style="border-left: 2px solid #DDD; padding: 1em;">
<p>[...] Não vou traduzir aqui pra vocês porque o post é um pouco extenso, mas tenho certeza que vale muito a pena dar uma olhada: <a href="http://www.artofcreation.be" rel="nofollow">http://www.artofcreation.be</a> [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>

