<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>aot-query-object-in-code &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/aot-query-object-in-code/</link>
	<description>Feed of posts on WordPress.com tagged "aot-query-object-in-code"</description>
	<pubDate>Mon, 20 May 2013 09:06:38 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Using AOT Query Object in X++ Code]]></title>
<link>http://vasantharivali.wordpress.com/2011/03/17/using-aot-query-object-in-x-code/</link>
<pubDate>Thu, 17 Mar 2011 10:27:46 +0000</pubDate>
<dc:creator>Vasanth Arivali</dc:creator>
<guid>http://vasantharivali.wordpress.com/2011/03/17/using-aot-query-object-in-x-code/</guid>
<description><![CDATA[Hi, Here i posted the code to use the AOT Query Object in our X++ code. Steps: 1) Create a AOT Query]]></description>
<content:encoded><![CDATA[<p>Hi,</p>
<p>Here i posted the code to use the AOT Query Object in our X++ code.</p>
<p>Steps:</p>
<p>1) Create a AOT Query Object as your requirement.</p>
<p>2) Create a Job and paste the below code to check the Query Object.</p>
<p>static void ExecuteAOTQuery(Args _args)</p>
<p>{</p>
<p>QueryRun queryRun;</p>
<p>Counter totalRecords;</p>
<p>;</p>
<p>queryRun = new QueryRun(queryStr(<strong>CreatedAOTQueryName</strong>));</p>
<p>if (queryRun.prompt())</p>
<p>{</p>
<p>while (queryRun.next())</p>
<p>{</p>
<p>totalRecords++;</p>
<p>}</p>
<p>}</p>
<p>info(strFmt(“Total Records : %1”, totalRecords));</p>
<p>}</p>
<p>&#160;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Using AOT Query Object in X++ Code]]></title>
<link>http://vasanthax.wordpress.com/2011/03/17/using-aot-query-object-in-x-code/</link>
<pubDate>Thu, 17 Mar 2011 07:43:33 +0000</pubDate>
<dc:creator>Vasanth Arivali</dc:creator>
<guid>http://vasanthax.wordpress.com/2011/03/17/using-aot-query-object-in-x-code/</guid>
<description><![CDATA[Hi, Here i posted the code to use the AOT Query Object in our X++ code. Steps: 1) Create a AOT Query]]></description>
<content:encoded><![CDATA[<p>Hi,</p>
<p>Here i posted the code to use the AOT Query Object in our X++ code.</p>
<p>Steps:</p>
<p>1) Create a AOT Query Object as your requirement.</p>
<p>2) Create a Job and paste the below code to check the Query Object.</p>
<p>static void ExecuteAOTQuery(Args _args)</p>
<p>{</p>
<p>QueryRun queryRun;</p>
<p>Counter totalRecords;</p>
<p>;</p>
<p>queryRun = new QueryRun(queryStr(<strong>CreatedAOTQueryName</strong>));</p>
<p>if (queryRun.prompt())</p>
<p>{</p>
<p>while (queryRun.next())</p>
<p>{</p>
<p>totalRecords++;</p>
<p>}</p>
<p>}</p>
<p>info(strFmt(“Total Records : %1”, totalRecords));</p>
<p>}</p>
]]></content:encoded>
</item>

</channel>
</rss>
