<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Create feature class template with Domains in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idi-p/935457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i have found that using the create feature class from a template doesn't create the domains associated to the template feature class, i think if your creating a new FC from a template then you are looking for it to be identical include the domains (well that's what i'm looking for)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think a workaround would be to use python to iterate over the domains in the template and create / assign them to the new FC but it would be so much nicer if using the template did it be default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2020 09:04:13 GMT</pubDate>
    <dc:creator>StuartMoore</dc:creator>
    <dc:date>2020-06-02T09:04:13Z</dc:date>
    <item>
      <title>Create feature class template with Domains</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idi-p/935457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i have found that using the create feature class from a template doesn't create the domains associated to the template feature class, i think if your creating a new FC from a template then you are looking for it to be identical include the domains (well that's what i'm looking for)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think a workaround would be to use python to iterate over the domains in the template and create / assign them to the new FC but it would be so much nicer if using the template did it be default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2020 09:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idi-p/935457</guid>
      <dc:creator>StuartMoore</dc:creator>
      <dc:date>2020-06-02T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create feature class template with Domains</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idc-p/935458#M4084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for submitting the idea, Stu!&amp;nbsp; It's valid and open for voting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a couple of notes.&amp;nbsp; Since you're talking about the Template, I'm assuming your using the geoprocessing tool, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/495260_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I'm assuming that you're looking for the same behavior if using the Create Feature Class wizard &amp;gt; Import?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/495261_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like those definitely don't include domain definitions on fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to point out, though, to help get you what you're looking for today, you can export the feature class (schema only if you want) to XML:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/495262_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then import that.&amp;nbsp; If you're importing into the same geodatabase, note that you'll get a warning that the original feature class will be overwritten.&amp;nbsp; You can pop the xml open in a text editor and update the name before importing.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/495263_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;That makes for an easy import of the schema that will maintain the domains on your fields.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/495264_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2020 20:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idc-p/935458#M4084</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2020-06-02T20:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create feature class template with Domains</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idc-p/935459#M4085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kory, thanks for that, i did read a few things about the ability to export the schema but didn't explore it further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found the issue out when creating a python toolbox to export a layer from our&amp;nbsp;Enterprise geodatabases into a FGDB but i wanted to maintain the objectID, to do this the script creates a new FGDB and in it creates a new feature class using the&amp;nbsp;Enterprise&amp;nbsp;feature class as a template, then it adds in a new field for the original object it, and then using append it transfers the data over.&amp;nbsp;but that's when i realised the issue with the domains&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 11:54:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idc-p/935459#M4085</guid>
      <dc:creator>StuartMoore</dc:creator>
      <dc:date>2020-06-03T11:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create feature class template with Domains - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idc-p/1285803#M24838</link>
      <description>&lt;P&gt;It looks like this idea is a duplicate of the Idea linked below.&amp;nbsp; Luckily, that idea was implemented in ArcGIS Pro 3.1!&lt;BR /&gt;&lt;BR /&gt;Using a feature class template in the 'Create Feature Class' Geoprocessing tool, and importing a class in the Feature Class Wizard, both now bring over the templates classes domains, as long as they are present in the destination workspace.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/set-domains-in-create-feature-class/idi-p/1035675" target="_blank" rel="noopener"&gt;Duplicate Idea -&amp;nbsp;Set Domains in Create Feature Class&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 18:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idc-p/1285803#M24838</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2023-05-04T18:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create feature class template with Domains</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idc-p/1304613#M25552</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/604859"&gt;@SSWoodward&lt;/a&gt;&amp;nbsp;I just upgraded to 3.1.0 for this functionality and it is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;arcpy.CreateFeatureclass_management(gdb, "sometest3", template=fc_template)&lt;/P&gt;&lt;P&gt;fc_template has a handful of domains and none transferred over to sometest3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this a 3.1.1 functionality?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 18:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-template-with-domains/idc-p/1304613#M25552</guid>
      <dc:creator>RickMomsen</dc:creator>
      <dc:date>2023-06-29T18:39:50Z</dc:date>
    </item>
  </channel>
</rss>

