<?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: Using SOI to add fields in ArcGIS Enterprise Extensibility Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868515#M196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have a post process Server Object (your query from client). You combine this json with json from your external service using library JSON.NET and send to client&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 19:38:57 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2016-01-13T19:38:57Z</dc:date>
    <item>
      <title>Using SOI to add fields</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868510#M191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, I was wondering if it possible to use SOI to add fields to a layer in a map server.&lt;/P&gt;&lt;P&gt;I know I can add attributes to graphics, but I need to add a field for fillter expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it matters, I develop the SOI in .Net&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868510#M191</guid>
      <dc:creator>AlexGunko</dc:creator>
      <dc:date>2016-01-13T07:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOI to add fields</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868511#M192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Alex can you give further details ? SOIs can pre and post process request Server Object so you can do filter/query a field not exposed via rest from arcgis server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 08:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868511#M192</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2016-01-13T08:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOI to add fields</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868512#M193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hey, I want to add a field with an SOI, I mean like, when someone access the map server (e.g access the url "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fserver.domain%2Farcgis%2Frest%2FMyMapServer%2FMapServer%2F0" rel="nofollow" target="_blank"&gt;http://server.domain/arcgis/rest/MyMapServer/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"), the SOI checks if a specific field is exists in the following layer and if it's not, then add it to the layer. That way when I want to export the map server with a filter expression, I can filter it with the new field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 08:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868512#M193</guid>
      <dc:creator>AlexGunko</dc:creator>
      <dc:date>2016-01-13T08:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOI to add fields</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868513#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if a field isn't exposed in a layer of service you can do a soi that filter in feature class underlying of layer and return a export filtered. If you want expose a field of feature class permanent (not visible when you have published service) you need a edit service and restart service using rest admin api&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868513#M194</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2016-01-13T09:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOI to add fields</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868514#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, let me describe my problem in a different way. I have a map server that displays data about house locations from a database, and every house has an unique ID. I have an external service that gives me extra details about each house. What I would like to do is joining the data from the database and the external service and display it in the client side. I know I can can code it in javascript, etc. But I would like that it will happen in the server side (e.g an SOI that will do that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868514#M195</guid>
      <dc:creator>AlexGunko</dc:creator>
      <dc:date>2016-01-13T09:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOI to add fields</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868515#M196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have a post process Server Object (your query from client). You combine this json with json from your external service using library JSON.NET and send to client&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 19:38:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/868515#M196</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2016-01-13T19:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOI to add fields</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/1006590#M236</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Will you be able to provide a sample SOI on the below please. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;if a field isn't exposed in a layer of service you can do a soi that filter in feature class underlying of layer and return a export filtered.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/using-soi-to-add-fields/m-p/1006590#M236</guid>
      <dc:creator>Ranga_Tolapi</dc:creator>
      <dc:date>2020-12-03T13:09:49Z</dc:date>
    </item>
  </channel>
</rss>

