<?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>FileMaker 17 Archives - FileMaker Database Solutions</title>
	<atom:link href="https://fmdbsolutions.com/category/filemaker-17/feed/" rel="self" type="application/rss+xml" />
	<link>https://fmdbsolutions.com/category/filemaker-17/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Apr 2019 11:52:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://fmdbsolutions.com/wp-content/uploads/2017/11/16.png</url>
	<title>FileMaker 17 Archives - FileMaker Database Solutions</title>
	<link>https://fmdbsolutions.com/category/filemaker-17/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Add or modify the Default fields in  FileMaker 17 Using XML</title>
		<link>https://fmdbsolutions.com/add-or-modify-the-default-fields-in-filemaker-17-using-xml/</link>
					<comments>https://fmdbsolutions.com/add-or-modify-the-default-fields-in-filemaker-17-using-xml/#respond</comments>
		
		<dc:creator><![CDATA[Allaudin]]></dc:creator>
		<pubDate>Mon, 01 Apr 2019 10:53:09 +0000</pubDate>
				<category><![CDATA[FileMaker 17]]></category>
		<category><![CDATA[FileMaker Integration]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<guid isPermaLink="false">https://fmdbsolutions.com/?p=5306</guid>

					<description><![CDATA[<p>In this post, we will talk about how to add / modify the default fields which are automatically created when creating a new table in FileMaker 17. It will only work on FileMaker 17. Overview: Initially, there is an XML file already available on the system where the FileMaker 17 software is installed. It is..</p>
<p>The post <a href="https://fmdbsolutions.com/add-or-modify-the-default-fields-in-filemaker-17-using-xml/">Add or modify the Default fields in  FileMaker 17 Using XML</a> appeared first on <a href="https://fmdbsolutions.com">FileMaker Database Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="p1"><span class="s1">In this post, we will talk about how to add / modify the default fields which are automatically created when creating a new table in FileMaker 17. It will only work on FileMaker 17.</span></p>
<p><span id="more-5306"></span></p>
<h3 class="p1"><span class="s1" style="font-size: 18pt;"><b>Overview:</b></span></h3>
<p class="p1"><span class="s1">Initially, there is an XML file already available on the system where the FileMaker 17 software is installed. It is named as “DefaultFields.xml”. This file will create 5 default fields when creating a table in the FileMaker 17 database. We are able to modify the XML code in that file, which will help to add more fields when creating a table in the FileMaker database. In this post we are going to show how to add more fields.</span></p>
<h3><strong>Step 1:</strong></h3>
<ol style="list-style-type: lower-alpha;">
<li><span class="s2">If you are using a mac machine then you can get the xml File from the following location.<br />
</span><span class="s3">&#8220;Applications/FileMaker Pro 17 Advanced/FileMaker Pro Advanced.app/Contents/Resources/en.lproj/DefaultFields.xml”</span></li>
<li><span class="s2">If you are using Windows machine then you can get the xml File from the following location.<br />
</span>“&lt;drive&gt;:\Program Files\FileMaker\FileMaker Pro 17 Advanced\Extensions\English\DefaultFields.xml.”</li>
</ol>
<h3 class="p1"><span class="s1"><b>Step 2: </b></span></h3>
<p class="p1"><span class="s1">In that XML file, already there will be a XML code to generate five default fields. Now I am going to modify the XML code to add new Field.</span></p>
<p class="p1"><span class="s1">If we want to add a new Field then we need to add the “Field tag” in the file. Inside the “Field tag” we can specify the Field Name, Field Type and also Datatype of the field.</span></p>
<p class="p1"><span class="s1">Now I am going to create a Calculation field which stores the value “1” as Default. For that inside the “Field tag” we need to enter the code as given below,</span></p>
<ol style="list-style-type: lower-alpha;">
<li class="p1"><span class="s1">For Field Name, “name=&#8221;Field Name&#8221;”.</span></li>
<li class="p1"><span class="s1">For Field Type, “fieldtype=&#8221;Field Type&#8221; “.</span></li>
<li class="p1"><span class="s1">For Datatype of the field, “datatype=&#8221;Datatype&#8221;”.</span></li>
<li class="p1"><span class="s1">For Comment, “comment=&#8221;Comment&#8221;”.</span></li>
<li class="p1">For Calculation formula, we need to enter the calculation as given below. Here I have given the value as “1”<span class="s2"><span class="s2">.</span></span></li>
<li class="p1">For Field Storage, we need to enter the storage values as given below. here i have mentioned “global” as “False”, “autoIndex” as “True” and “maxrepetition” as “1”.</li>
</ol>
<h3 class="p1"><span class="s1"><b><img fetchpriority="high" decoding="async" class="size-full wp-image-5310 aligncenter" src="https://fmdbsolutions.com/wp-content/uploads/2019/04/default-1.png" alt="" width="468" height="307" srcset="https://fmdbsolutions.com/wp-content/uploads/2019/04/default-1.png 468w, https://fmdbsolutions.com/wp-content/uploads/2019/04/default-1-300x197.png 300w" sizes="(max-width: 468px) 100vw, 468px" /></b></span></h3>
<h3 class="p1"><span class="s1"><b><img decoding="async" class="size-full wp-image-5309 aligncenter" src="https://fmdbsolutions.com/wp-content/uploads/2019/04/default2.png" alt="" width="468" height="279" srcset="https://fmdbsolutions.com/wp-content/uploads/2019/04/default2.png 468w, https://fmdbsolutions.com/wp-content/uploads/2019/04/default2-300x179.png 300w" sizes="(max-width: 468px) 100vw, 468px" /></b></span></h3>
<p><span class="s2"><span class="s1"><img decoding="async" class="size-full wp-image-5308 aligncenter" src="https://fmdbsolutions.com/wp-content/uploads/2019/04/default3.png" alt="" width="468" height="307" srcset="https://fmdbsolutions.com/wp-content/uploads/2019/04/default3.png 468w, https://fmdbsolutions.com/wp-content/uploads/2019/04/default3-300x197.png 300w" sizes="(max-width: 468px) 100vw, 468px" /></span></span></p>
<h3 class="p1"></h3>
<h3 class="p1"><span class="s1"><b>Step 3:</b></span></h3>
<p class="p1"><span class="s1">After modifying the XML Code, Save the XML file with the same name as “DefaultFields.xml” in the same location.</span></p>
<p class="p1"><span class="s1">Now if we create a table in FileMaker, then it will create a default fields and the calculation field with the value of “1” as default and named as “Id_Constant”.<img loading="lazy" decoding="async" class="size-full wp-image-5307 aligncenter" src="https://fmdbsolutions.com/wp-content/uploads/2019/04/default4.png" alt="" width="468" height="195" srcset="https://fmdbsolutions.com/wp-content/uploads/2019/04/default4.png 468w, https://fmdbsolutions.com/wp-content/uploads/2019/04/default4-300x125.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p class="p1"><span class="s1">FMDBSolutions is a team of well-qualified experts that have a lot of experience with the many versions of FileMaker Pro and the <a href="https://fmdbsolutions.com/filemaker-go-development/"><span class="s2"><b>FileMaker Go</b></span></a> app too.</span></p>
<p class="p1"><span class="s1">Our team knows all about transitioning, migrating, converting, and upgrading for FileMaker. Companies that require <a href="https://fmdbsolutions.com/filemaker-integration/"><span class="s2"><b>FileMaker Integration</b></span></a> can also use our services. We have worked with clients from the USA, Australia, and Singapore and will complete your FileMaker assignment in the best possible way at a lower price but the same or higher level of excellence.</span></p>
<p><span style="font-family: georgia, palatino, serif;"><span style="color: #333333;"><span style="font-size: large;"><span lang="en-US">If you want solutions to your FileMaker database, we can help. </span></span></span><span style="color: #333333;"><span style="font-size: large;"><span lang="en-US">Click the below box for a free FileMaker consultation</span></span></span></span></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-2690 size-full" src="https://fmdbsolutions.com/wp-content/uploads/2017/12/lets-start.png" alt="filemaker 17 features" width="300" height="100" /></p>
<p><span lang="en-US">You can also leave us your email below for receiving new updates regarding FileMaker and our company.</span></p>
[contact-form-7]
<p>The post <a href="https://fmdbsolutions.com/add-or-modify-the-default-fields-in-filemaker-17-using-xml/">Add or modify the Default fields in  FileMaker 17 Using XML</a> appeared first on <a href="https://fmdbsolutions.com">FileMaker Database Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fmdbsolutions.com/add-or-modify-the-default-fields-in-filemaker-17-using-xml/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
