<?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 Re: Feature templates ignored when publishing mxd in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-templates-ignored-when-publishing-mxd/m-p/390139#M15103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever get this sorted? I'm seeing the exact same thing - feature templates set in the MXD are ignored once published to ArcGIS Server and instead get created based on the unique value symbology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 17:51:08 GMT</pubDate>
    <dc:creator>MicahBabinski</dc:creator>
    <dc:date>2018-04-19T17:51:08Z</dc:date>
    <item>
      <title>Feature templates ignored when publishing mxd</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-templates-ignored-when-publishing-mxd/m-p/390138#M15102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've come across this many times, but it's now becoming quite frustrating that when publishing an mxd as a feature service in ArcGIS Server, the feature templates included in the mxd are ignored and instead a default set of templates is generated based on the unique values used for symbology. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The help etc seems to suggest that templates created in the mxd are transferred to the feature service, but my experience is that this is not the case. For example, I have an mxd with a layer that is symbolised by unique values on a WO_STATUS field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="featuretemplatesissue1.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/132801_featuretemplatesissue1.PNG" style="width: 620px; height: 489px;" /&gt;&lt;/P&gt;&lt;P&gt;I have altered the feature templates for this layer to just have one template. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="featuretemplatesissue2.PNG" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/132802_featuretemplatesissue2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I publish as a feature service I get the following templates in the resulting feature service: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"types": [
&amp;nbsp; {
&amp;nbsp; "id": "ONROUTE",
&amp;nbsp; "name": "In Progress",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "In Progress",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "ONROUTE",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "UNDERPREPARATION",
&amp;nbsp; "name": "Open",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Open",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "UNDERPREPARATION",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "FINISHED",
&amp;nbsp; "name": "Closed",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Closed",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "FINISHED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "REPORTED",
&amp;nbsp; "name": "Closed",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Closed",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "REPORTED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "FAULTREPORT",
&amp;nbsp; "name": "Open",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Open",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "FAULTREPORT",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "CANCELED",
&amp;nbsp; "name": "Closed",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Closed",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "CANCELED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "ASSIGNED",
&amp;nbsp; "name": "In Progress",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "In Progress",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "ASSIGNED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "PREPARED",
&amp;nbsp; "name": "Open",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Open",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "PREPARED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "WORKREQUEST",
&amp;nbsp; "name": "Open",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Open",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "WORKREQUEST",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "null",
&amp;nbsp; "name": "Open",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Open",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "null",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "UNKNOWN",
&amp;nbsp; "name": "Open",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "IFS Work Order",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_STATUS": "UNKNOWN",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "ACCEPTED",
&amp;nbsp; "name": "In Progress",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "In Progress",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "ACCEPTED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "OBSERVED",
&amp;nbsp; "name": "Open",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Open",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "OBSERVED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "RELEASED",
&amp;nbsp; "name": "Open",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Open",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "RELEASED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "WORKDONE",
&amp;nbsp; "name": "Closed",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "Closed",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "WORKDONE",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "id": "STARTED",
&amp;nbsp; "name": "In Progress",
&amp;nbsp; "domains": {
&amp;nbsp; "WO_STATUS": {"type": "inherited"}
&amp;nbsp; },
&amp;nbsp; "templates": [
&amp;nbsp; {
&amp;nbsp; "name": "In Progress",
&amp;nbsp; "description": "",
&amp;nbsp; "prototype": {
&amp;nbsp; "attributes": {
&amp;nbsp; "WO_NUMBER": null,
&amp;nbsp; "WO_N_NUMBER": null,
&amp;nbsp; "IFS_OBJECTID": null,
&amp;nbsp; "WO_STATUS": "STARTED",
&amp;nbsp; "WO_STATUS_DATE": null,
&amp;nbsp; "WORK_TYPE": null,
&amp;nbsp; "MAINT_ORG": null,
&amp;nbsp; "DIRECTIVE": null,
&amp;nbsp; "PRIORITY": null,
&amp;nbsp; "DATE_CREATED": null,
&amp;nbsp; "CREATED_USER": null,
&amp;nbsp; "DATE_MODIFIED": null,
&amp;nbsp; "MODIFIED_USER": null,
&amp;nbsp; "IFSid": null
&amp;nbsp; }
&amp;nbsp; },
&amp;nbsp; "drawingTool": "esriFeatureEditToolPoint"
&amp;nbsp; }
&amp;nbsp; ]
&amp;nbsp; }
 ],&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is clearly not based on the templates in the mxd, but on the unique values defined for symbology. This results in the following in something like the ArcGIS Online map viewer - which is not particularly user friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="featuretemplatesissue3.PNG" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/132908_featuretemplatesissue3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference we are using: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Desktop 10.2.1&lt;/P&gt;&lt;P&gt;ArcGIS Server 10.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has found a suitable workaround, I'd be glad to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:53:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-templates-ignored-when-publishing-mxd/m-p/390138#M15102</guid>
      <dc:creator>JohnFannon</dc:creator>
      <dc:date>2021-12-11T17:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Feature templates ignored when publishing mxd</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/feature-templates-ignored-when-publishing-mxd/m-p/390139#M15103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever get this sorted? I'm seeing the exact same thing - feature templates set in the MXD are ignored once published to ArcGIS Server and instead get created based on the unique value symbology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 17:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/feature-templates-ignored-when-publishing-mxd/m-p/390139#M15103</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2018-04-19T17:51:08Z</dc:date>
    </item>
  </channel>
</rss>

