<?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 Template Picker and Multiple Domain Values 2.3 and 10 SP3 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386147#M10027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Will the Template Picker work with a layer that has multiple coded domain values?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2011 17:55:01 GMT</pubDate>
    <dc:creator>HyrumErnstrom</dc:creator>
    <dc:date>2011-12-16T17:55:01Z</dc:date>
    <item>
      <title>Template Picker and Multiple Domain Values 2.3 and 10 SP3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386147#M10027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Will the Template Picker work with a layer that has multiple coded domain values?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 17:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386147#M10027</guid>
      <dc:creator>HyrumErnstrom</dc:creator>
      <dc:date>2011-12-16T17:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Template Picker and Multiple Domain Values 2.3 and 10 SP3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386148#M10028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure I understand the question. The following service has multiple coded-value domain as well and is supported in TemplatePicker: &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/0"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;. TemplatePicker use Prototype Attributes in determining default values for fields based on feature type. If you try this feature service and set TemplatePicker.ShowAttributesOnAdd=True, you will see these attributes applied. Are you finding issues with your data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 18:38:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386148#M10028</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-12-16T18:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Template Picker and Multiple Domain Values 2.3 and 10 SP3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386149#M10029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tested that and it worked. It appears that server is 10.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use our dev machine &lt;/SPAN&gt;&lt;A href="http://ags.itnexus.com/ArcGIS/rest/services/Edit/Editing/FeatureServer/0"&gt;http://ags.itnexus.com/ArcGIS/rest/services/Edit/Editing/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt; on 10.03&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a ValidationException error "Field value does not match acceptable coded value domain codes."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our other developer said this worked before the move to SP3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 18:55:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386149#M10029</guid>
      <dc:creator>HyrumErnstrom</dc:creator>
      <dc:date>2011-12-16T18:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Template Picker and Multiple Domain Values 2.3 and 10 SP3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386150#M10030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can set FeatureLayer.ValidateEdits=False or fix your service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your service defines the field as such:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "name" : "IrrigationType", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "type" : "esriFieldTypeString", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "alias" : "IrrigationType", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "editable" : true, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "length" : 2, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "domain" : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "type" : "codedValue", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "name" : "TreeIrrigationType", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "codedValues" : [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "name" : "Drip Irrigation", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "code" : "DI"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "name" : "Gator Bags", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "code" : "GB"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "name" : "Irrigation System", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "code" : "IS"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "name" : "Non-Irrigated", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "code" : "NI"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with the following Prototype attribute:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "prototype" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "attributes" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "IrrigationType" : " ", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "TreeType" : "GRA", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "TreeCondition" : null, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "TreeValue" : 0, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "TreeSize" : null, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "DatePlanted" : null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Validation check in the client fails because space is not one of the expected coded-value domain, so you might want to change the default value in your prototype attribute.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 19:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386150#M10030</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-12-16T19:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Template Picker and Multiple Domain Values 2.3 and 10 SP3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386151#M10031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Will do, thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 19:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/template-picker-and-multiple-domain-values-2-3-and/m-p/386151#M10031</guid>
      <dc:creator>HyrumErnstrom</dc:creator>
      <dc:date>2011-12-16T19:11:57Z</dc:date>
    </item>
  </channel>
</rss>

