<?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; dicTable</title>
	<atom:link href="http://www.fatihdemirci.net/index.php/tag/dictable/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>Sun, 29 Mar 2026 14:54:56 +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>Herhangi bir tablo satırını bire bir çoğaltmak</title>
		<link>https://www.fatihdemirci.net/index.php/2011/05/12/herhangi-bir-tablo-satirini-bire-bir-cogaltmak/</link>
		<comments>https://www.fatihdemirci.net/index.php/2011/05/12/herhangi-bir-tablo-satirini-bire-bir-cogaltmak/#comments</comments>
		<pubDate>Thu, 12 May 2011 09:44:28 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[x++]]></category>
		<category><![CDATA[Copy recor]]></category>
		<category><![CDATA[Data()]]></category>
		<category><![CDATA[dicField]]></category>
		<category><![CDATA[dicTable]]></category>
		<category><![CDATA[Satır Çoğatmak]]></category>
		<category><![CDATA[tablo]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=716</guid>
		<description><![CDATA[Merhaba Örneğin bir SalesTable kaydınız var. Bu kaydın bütün alanlarını başka bir satıra kopyalamak istiyorsunuz. Standartta olan data() metodunu kullanabilirsiniz. Örnek verecek olursak. static void RecorKopyala(Args _args) {     SalesTable salesTable;     SalesTable salesTableCopy;     ;     salesTable = SalesTable::find(&#8220;s00001&#8243;);       salesTableCopy.data(salesTable);     salesTableCopy.SalesId = &#8220;s0002&#8243;;     salesTableCopy.insert();     // salesTable ve salesTableCopy aynı bilgileri içerirler SalesId [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2011/05/12/herhangi-bir-tablo-satirini-bire-bir-cogaltmak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
