Update SharePoint Item List

There is also a third SVAdm operation that is related to the other two from above. The operation updatesharepointitemlist allows you to export SharePoint list item data without regard to whether or not a process has ever been run against the items. This is useful, for example, in the case where you have imported large numbers of documents into a Workflow library initially, without having them each go through an approval process. In this case, it is likely that you will have documents that are never referenced in the Workflow workflow database. This option allows you to capture information on everything in these SharePoint lists into your database. You can then do outer joins on the appropriate tables to get a picture of all items in your SharePoint lists, rather than just the ones that have had processes run against them.

Previous Topic

Next Topic