<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for SysDictCoder</title>
	
	<link>http://sysdictcoder.com/blog</link>
	<description>Dynamics Ax stuff</description>
	<lastBuildDate>Thu, 11 Mar 2010 12:45:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/commentsforsysdictcoder" /><feedburner:info uri="commentsforsysdictcoder" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Comparing records by Sebatien P</title>
		<link>http://sysdictcoder.com/blog/comparing-records/comment-page-1/#comment-12733</link>
		<dc:creator>Sebatien P</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/?p=55#comment-12733</guid>
		<description>Thanks for your post.

With it, I make a two methods for find a record in other company with following the primaryKey.

If you want see : http://xpptips.blogspot.com/2010/03/have-you-already-have-problem-to-insert.html</description>
		<content:encoded><![CDATA[<p>Thanks for your post.</p>
<p>With it, I make a two methods for find a record in other company with following the primaryKey.</p>
<p>If you want see : <a href="http://xpptips.blogspot.com/2010/03/have-you-already-have-problem-to-insert.html" rel="nofollow">http://xpptips.blogspot.com/2010/03/have-you-already-have-problem-to-insert.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reflection with the Dictionary by SysDictCoder » Comparing records</title>
		<link>http://sysdictcoder.com/blog/reflection-with-the-dictionary/comment-page-1/#comment-12616</link>
		<dc:creator>SysDictCoder » Comparing records</dc:creator>
		<pubDate>Fri, 05 Mar 2010 09:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/reflection-with-the-dictionary/#comment-12616</guid>
		<description>[...] between records. I made a simple function to do just that. It’s an example of how to use reflection and field IDs on [...]</description>
		<content:encoded><![CDATA[<p>[...] between records. I made a simple function to do just that. It&#8217;s an example of how to use reflection and field IDs on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tricks with X++ embedded SQL by Thomas</title>
		<link>http://sysdictcoder.com/blog/tricks-with-xpp-embedded-sql/comment-page-1/#comment-12315</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/?p=99#comment-12315</guid>
		<description>Thanks.  Now I understand better what's happening in the code.</description>
		<content:encoded><![CDATA[<p>Thanks.  Now I understand better what&#8217;s happening in the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intrinsic function weirdness by Björn</title>
		<link>http://sysdictcoder.com/blog/intrinsic-function-weirdness/comment-page-1/#comment-12221</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/?p=127#comment-12221</guid>
		<description>Too bad.  But then again, it is quite obscure.  I can understand it's not a high priority issue.</description>
		<content:encoded><![CDATA[<p>Too bad.  But then again, it is quite obscure.  I can understand it&#8217;s not a high priority issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intrinsic function weirdness by Ivan Kashperuk</title>
		<link>http://sysdictcoder.com/blog/intrinsic-function-weirdness/comment-page-1/#comment-12219</link>
		<dc:creator>Ivan Kashperuk</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/?p=127#comment-12219</guid>
		<description>Yes, and, sadly, there are no plans to fix this in AX6.
So get used to it :)</description>
		<content:encoded><![CDATA[<p>Yes, and, sadly, there are no plans to fix this in AX6.<br />
So get used to it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing properties of AOT objects in code by Björn</title>
		<link>http://sysdictcoder.com/blog/changing-properties-of-aot-objects-in-code/comment-page-1/#comment-9130</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Fri, 21 Aug 2009 09:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/changing-properties-of-aot-objects-in-code/#comment-9130</guid>
		<description>I haven't tried it myself, but I would expect this to fail.  Object IDs are managed by the kernel and cannot be assigned manually.  Well, maybe you can if you mess around with XPO files and import with object ID.  But generally it's off limits.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried it myself, but I would expect this to fail.  Object IDs are managed by the kernel and cannot be assigned manually.  Well, maybe you can if you mess around with XPO files and import with object ID.  But generally it&#8217;s off limits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing properties of AOT objects in code by Steven</title>
		<link>http://sysdictcoder.com/blog/changing-properties-of-aot-objects-in-code/comment-page-1/#comment-8996</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/changing-properties-of-aot-objects-in-code/#comment-8996</guid>
		<description>hi,

is it possible to set the object id?

Using treenode AOTsetProperty(#PropertyId,..) returns an error.

thx</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>is it possible to set the object id?</p>
<p>Using treenode AOTsetProperty(#PropertyId,..) returns an error.</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tricks with X++ embedded SQL by Fabio</title>
		<link>http://sysdictcoder.com/blog/tricks-with-xpp-embedded-sql/comment-page-1/#comment-8090</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Mon, 20 Jul 2009 13:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/?p=99#comment-8090</guid>
		<description>So good!

Interesting example for X++ SQL. I'm getting starter in DAX, and did like of your post.

see you folks!</description>
		<content:encoded><![CDATA[<p>So good!</p>
<p>Interesting example for X++ SQL. I&#8217;m getting starter in DAX, and did like of your post.</p>
<p>see you folks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Constructing date values by Björn</title>
		<link>http://sysdictcoder.com/blog/constructing-date-values/comment-page-1/#comment-7951</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Tue, 30 Jun 2009 14:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/?p=84#comment-7951</guid>
		<description>@ Andy: yes. Use functions year(), mthOfyr() and dayOfMth() to extract parts of the date.</description>
		<content:encoded><![CDATA[<p>@ Andy: yes. Use functions year(), mthOfyr() and dayOfMth() to extract parts of the date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Constructing date values by Andy</title>
		<link>http://sysdictcoder.com/blog/constructing-date-values/comment-page-1/#comment-7915</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://sysdictcoder.com/blog/?p=84#comment-7915</guid>
		<description>Is it also possible to split a date?</description>
		<content:encoded><![CDATA[<p>Is it also possible to split a date?</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.504 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-12 09:47:26 -->
