<?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>topic Publish feature layer without domain descriptions in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1199865#M58216</link>
    <description>&lt;P&gt;I am using ArcPro 3.0 to publish a feature layer from an enterprise geodatabase.&amp;nbsp; Is there a way to turn off the domain descriptions before publishing?&amp;nbsp; I trying to end up with the published layer only having the domain code in the table and not description.&amp;nbsp; I'm trying to do this without messing with the schema of the layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Publish this&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BobBoutiette_0-1659712926058.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/47905iF9B9E50F2BD10345/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BobBoutiette_0-1659712926058.png" alt="BobBoutiette_0-1659712926058.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2022 15:23:14 GMT</pubDate>
    <dc:creator>BobBoutiette</dc:creator>
    <dc:date>2022-08-05T15:23:14Z</dc:date>
    <item>
      <title>Publish feature layer without domain descriptions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1199865#M58216</link>
      <description>&lt;P&gt;I am using ArcPro 3.0 to publish a feature layer from an enterprise geodatabase.&amp;nbsp; Is there a way to turn off the domain descriptions before publishing?&amp;nbsp; I trying to end up with the published layer only having the domain code in the table and not description.&amp;nbsp; I'm trying to do this without messing with the schema of the layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Publish this&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BobBoutiette_0-1659712926058.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/47905iF9B9E50F2BD10345/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BobBoutiette_0-1659712926058.png" alt="BobBoutiette_0-1659712926058.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 15:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1199865#M58216</guid>
      <dc:creator>BobBoutiette</dc:creator>
      <dc:date>2022-08-05T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Publish feature layer without domain descriptions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1199870#M58218</link>
      <description>&lt;P&gt;One easy idea that comes to mind is convert the gdb feature class to a shapefile as shapefiles do not have subtypes or domains.&amp;nbsp; Then share the shapefile as a web feature layer.&lt;/P&gt;&lt;P&gt;Not sure if this would work but worth a shot - open the attribute table for the feature class in mind, click the options button (far right) and uncheck the "show domains and subtype description", then share as a web feature layer.&amp;nbsp; What is the result?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 15:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1199870#M58218</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2022-08-05T15:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Publish feature layer without domain descriptions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1200524#M58312</link>
      <description>&lt;P&gt;You can calculate that to a new field before publishing using Arcade and DomainName function.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DomainName($feature,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;theField&lt;/EM&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 18:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1200524#M58312</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-08-08T18:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Publish feature layer without domain descriptions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1200759#M58355</link>
      <description>&lt;P&gt;Thanks for the input, but I am trying to remain in the geodatabase arena.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 12:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1200759#M58355</guid>
      <dc:creator>BobBoutiette</dc:creator>
      <dc:date>2022-08-09T12:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Publish feature layer without domain descriptions</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1200829#M58370</link>
      <description>&lt;P&gt;This "new" forum format, can't tell which post you are replying to.&lt;/P&gt;&lt;P&gt;What is it that would keep you from remaining in the geodatabase arena?&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:17:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/publish-feature-layer-without-domain-descriptions/m-p/1200829#M58370</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-08-09T15:17:53Z</dc:date>
    </item>
  </channel>
</rss>

