<?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: Editing workflow in Silverlight application. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59353#M1518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a similar problem.&amp;nbsp; What we are doing is that the people doing edits are not really doing edits.&amp;nbsp; The SilverLight client merely records the fact that the user wishes that a certain edit be made.&amp;nbsp; The edits consistent of a set of modify, add, and delete actions which we save to non-versioned tables.&amp;nbsp; Once the user is happy with the changes then they submit them to the desktop for review.&amp;nbsp; On the desktop (i.e. ArcMap) the user creates a version and then plays back the edits (using a custom tool).&amp;nbsp; The play back tool allows the user to accept, reject, or modify the edits as needed.&amp;nbsp; In essence, the edits are actually made on the desktop.&amp;nbsp; After this is done then the desktop user posts the approved changes which the web users then see.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As an alternative, you can also have 2 map services which each have their own web application.&amp;nbsp; One of the services has the edits and the other does not.&amp;nbsp; The problem with normal editting is that it is difficult to provide a review function because ESRI does not support partial post (and in fact doing so is rather difficult).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interested to hear what others are doing about this problem.&amp;nbsp; The current ESRI design is only scalable if there is a small number of versions.&amp;nbsp; To contrast, in our desktop world, each user has their own version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Richard Watson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Sep 2010 18:26:17 GMT</pubDate>
    <dc:creator>RichardWatson</dc:creator>
    <dc:date>2010-09-14T18:26:17Z</dc:date>
    <item>
      <title>Editing workflow in Silverlight application.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59348#M1513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi experts,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are developing one Silverlight editing application,approx. 50 users would be editing the application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I am having some hard time to determine the workflow for saving the edits. I&amp;nbsp; want to have few users ( on top of editors) who should be able to first approve these edits and then changes done would be reflected to the feature service. (viewing FeatureService in ArcMap is not an option)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Is there some way by which editors would edit the data but it would not be immediately reflected in the Silverlight apps, rather some people in the back-office would review these changes in the same application( not in ArcMap), approve them and then changes would be reflected.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody guide me in the right direction? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay J.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 08:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59348#M1513</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2010-09-10T08:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Editing workflow in Silverlight application.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59349#M1514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sanjay, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using ArcSDE ?&amp;nbsp; I think using the Versioning tool available in ArcMap as a GEOPROCESSOR object in your Silverlight Application can help to create a workflow!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 12:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59349#M1514</guid>
      <dc:creator>SrivatsavaKamatham</dc:creator>
      <dc:date>2010-09-10T12:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Editing workflow in Silverlight application.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59350#M1515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Srivatsava Kamatham,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I m using SDE without which editing in Silverlight API is not possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am bit doubtful about versions since I would have to create 50 child versions for all my Editor users.Maintaining them is not practical.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody have any other ideas? Any help is much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 16:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59350#M1515</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2010-09-10T16:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Editing workflow in Silverlight application.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59351#M1516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Client API's supports what is referred to as "Simple Editing", and these types of complex editing scenarios are not considered part of that. For those type of advanced use cases ArcMap/Engine are better fits.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 18:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59351#M1516</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-09-13T18:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Editing workflow in Silverlight application.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59352#M1517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Morten for replying to this post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used to think that 'Simple Editing' means editing of simple features ( not geometry networks etc..). Anyways, since ESRI is encouraging users for using Web APIs for editing applications and local connections would not be supported after 10.1 version, so we cannot use Web ADF. And reviewing edits in ArcMap is a manual process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So,I would request if any body has got any workaround for this. Because I think my case would be the standard workflow for any enterprise editing application based on Silverlight API. Without approver, nobody would desire changes directly to be saved to database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really appreciate if anybody who has done this, could share his ideas on this forum. It would be helpful to all users who are looking for such workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay Jadhav.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 03:23:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59352#M1517</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2010-09-14T03:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Editing workflow in Silverlight application.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59353#M1518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a similar problem.&amp;nbsp; What we are doing is that the people doing edits are not really doing edits.&amp;nbsp; The SilverLight client merely records the fact that the user wishes that a certain edit be made.&amp;nbsp; The edits consistent of a set of modify, add, and delete actions which we save to non-versioned tables.&amp;nbsp; Once the user is happy with the changes then they submit them to the desktop for review.&amp;nbsp; On the desktop (i.e. ArcMap) the user creates a version and then plays back the edits (using a custom tool).&amp;nbsp; The play back tool allows the user to accept, reject, or modify the edits as needed.&amp;nbsp; In essence, the edits are actually made on the desktop.&amp;nbsp; After this is done then the desktop user posts the approved changes which the web users then see.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As an alternative, you can also have 2 map services which each have their own web application.&amp;nbsp; One of the services has the edits and the other does not.&amp;nbsp; The problem with normal editting is that it is difficult to provide a review function because ESRI does not support partial post (and in fact doing so is rather difficult).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interested to hear what others are doing about this problem.&amp;nbsp; The current ESRI design is only scalable if there is a small number of versions.&amp;nbsp; To contrast, in our desktop world, each user has their own version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Richard Watson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 18:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59353#M1518</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2010-09-14T18:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Editing workflow in Silverlight application.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59354#M1519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for sharing your information and suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, as I have informed,editing features using ArcMap would not be the feasible option.We want to avoid this manual step at all.Also maintaining 2 services and 2 applications can be quite difficult in our scenario as there would be at least 8/9 editable layers.Keeping track of all this thing would be complex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am just looking forward to get more ideas from users regarding this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 03:03:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-workflow-in-silverlight-application/m-p/59354#M1519</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2010-09-15T03:03:56Z</dc:date>
    </item>
  </channel>
</rss>

