<?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: Adding a feature class as extended or linked properties table in Workflow Manager in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53420#M129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kevin, we needed to update the value in a versioned feature class. Pyhton cursors dont suppport versioned FC's so we had to use the calculate value/field tool in a Python script and that worked fine. So the python script creates a temporary connection to the job version workspace, creates a fearure layer, select the record and then does a calculate. Works like a charm - the only issue is that the user has to enter the ID of the feature (that they need to update) into the extended properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2012 22:32:52 GMT</pubDate>
    <dc:creator>TrevorHart1</dc:creator>
    <dc:date>2012-06-13T22:32:52Z</dc:date>
    <item>
      <title>Adding a feature class as extended or linked properties table in Workflow Manager</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53416#M125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if it is supported to add a feature class as a linked property table to a job type in ArcGIS Workflow Manager?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a scenario where an in-field user will use a custom iOS-based application through which the user will receive jobs from Workflow Manager for surveying areas. Users can add textual description of issues and discrepancies they find in reality than the maps. They can also draw sketches for highlighting problematic areas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we are trying to achieve through ArcGIS Workflow Manager is to allow users to draw polygons and have them attached to a job. However, when we tried adding polygons using ArcMap and linking them to jobs, the Workflow Manager desktop application is complaining with the message: "cannot set shape column the value exceeds the max limit". In addition, when using the rest API of Workflow Manager, shapes are returned as nulls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if this is a supported scenario that job is linked to a polygon feature class. Any insight or help on this would be really great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alaa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 15:52:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53416#M125</guid>
      <dc:creator>AlaaB__Rasheed</dc:creator>
      <dc:date>2012-02-07T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a feature class as extended or linked properties table in Workflow Manager</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53417#M126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can add a feature class as an extended properties record. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We support geographic dataset as an extended properties data type - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Extended_properties/00380000002r000000/" rel="nofollow" target="_blank"&gt;see this topic&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will also be able to use the same calls for updating extended properties if you want to automatically add the feature class as an extended properties through tokens via the rest API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you explored this option? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tope&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 22:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53417#M126</guid>
      <dc:creator>TopeBello</dc:creator>
      <dc:date>2012-03-05T22:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a feature class as extended or linked properties table in Workflow Manager</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53418#M127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you can add a feature class as an extended properties record. &lt;BR /&gt;We support geographic dataset as an extended properties data type - &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Extended_properties/00380000002r000000/"&gt;see this topic&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will also be able to use the same calls for updating extended properties if you want to automatically add the feature class as an extended properties through tokens via the rest API. &lt;BR /&gt;&lt;BR /&gt;Have you explored this option? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tope&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tope, perhaps Im reading this thread wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to use (or wish to use) a versioned feature class as an extended properties table. The way I read the original posters topic is that he wishes to do the same. The topic you pointed to seems to indicate you can set the extended property data type to be a "feature class" and that the name of the feature class is stored in the extended property table. Which isnt what Im trying to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For my scenario I wish to use a feature class (which is versioned) as the actual extended properties table. This is to allow the user to edit a value on the feature class without diving into ArcMap simply to update 1 value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if that is possible. Im looking at Python but it seems it has issues with updating versioned data in cursors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Trevor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 22:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53418#M127</guid>
      <dc:creator>TrevorHart1</dc:creator>
      <dc:date>2012-06-07T22:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a feature class as extended or linked properties table in Workflow Manager</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53419#M128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is possible to use a feature class as the source for extended properties, although you should not enable any of the system fields within the feature class (Object ID, Job ID, shape, etc). As well, this will only work with non-versioned feature classes, as Workflow Manager does not edit the extended properties inside an edit session.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 21:37:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53419#M128</guid>
      <dc:creator>KevinBedel</dc:creator>
      <dc:date>2012-06-11T21:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a feature class as extended or linked properties table in Workflow Manager</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53420#M129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kevin, we needed to update the value in a versioned feature class. Pyhton cursors dont suppport versioned FC's so we had to use the calculate value/field tool in a Python script and that worked fine. So the python script creates a temporary connection to the job version workspace, creates a fearure layer, select the record and then does a calculate. Works like a charm - the only issue is that the user has to enter the ID of the feature (that they need to update) into the extended properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 22:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-a-feature-class-as-extended-or-linked/m-p/53420#M129</guid>
      <dc:creator>TrevorHart1</dc:creator>
      <dc:date>2012-06-13T22:32:52Z</dc:date>
    </item>
  </channel>
</rss>

