<?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/"
	>

<channel>
	<title>Fatih DEMİRCİ &#187; Fatch</title>
	<atom:link href="http://www.fatihdemirci.net/index.php/tag/fatch/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fatihdemirci.net</link>
	<description>Microsoft MVP &#124; MCT &#124; Solution Architect &#124; AI-Ready ERP &#38; CRM Copilot &#38; Agentic Business Applications</description>
	<lastBuildDate>Fri, 17 Apr 2026 11:24:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>İki Query ile fatch örneği</title>
		<link>https://www.fatihdemirci.net/index.php/2010/07/15/344/</link>
		<comments>https://www.fatihdemirci.net/index.php/2010/07/15/344/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 14:47:35 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[x++]]></category>
		<category><![CDATA[Ax 2009]]></category>
		<category><![CDATA[Axapta]]></category>
		<category><![CDATA[Fatch]]></category>
		<category><![CDATA[Metod]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=344</guid>
		<description><![CDATA[Bir fatch örneği paylaşıyorum. FDInventTransDim tablosu datasourcta group by yapılmış şekilde mevcut Fatch metodumuza bakalım  public boolean fetch() {     boolean                                        ret;     Query                                            q;     QueryRun                                    qRun;     FDInventTransDim                 fDInventTransDim;     FDInventTransDim                 tmpFDInventTransDim;     QueryBuildDataSource          qBd,qbdsTmp;     QueryBuildRange                     qBr,qbrTmp;     Query                                            qTmp;     QueryRun                                    qRunTmp;     ;     ret = true;  //super(); [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2010/07/15/344/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bir Fetch Metodu Örneği</title>
		<link>https://www.fatihdemirci.net/index.php/2010/04/01/bir-fatch-orengi/</link>
		<comments>https://www.fatihdemirci.net/index.php/2010/04/01/bir-fatch-orengi/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 11:36:32 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[x++]]></category>
		<category><![CDATA[Ax 2009]]></category>
		<category><![CDATA[Axapta]]></category>
		<category><![CDATA[Fatch]]></category>
		<category><![CDATA[Sum]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=304</guid>
		<description><![CDATA[Merhaba Kısa bir süre önce yaptığım bir raporda kullandığım fetch() metodunu örnek olsun diye paylaşıyorum. Datasource olarak TaxReportJournal ve inner join ile bağlı  TaxReportJournalLine bulunmakta ayrıca Voucher ve transdate e göre group by alınaktadır. public boolean fetch() {     boolean ret;     TaxReportJournalLine     TaxReportJournalL,TaxReportJournalL2;     LedgerJournalId                CalculationId ;     Voucher                                voucher;     InvoiceId                              invoiceId;     [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2010/04/01/bir-fatch-orengi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
