Help Center>Foundation Help

Applies to:

  • Winshuttle Foundation

UpdateSharePointItemList

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.

Usage

The following example will export all of the SharePoint list items that are in the Process Controlled Shared Documents document libraries (type 32109) and then put them into the database described by the schema:

svadm -o updatesharepointitemlist -url <your site> -config export.config -recurse -listtypes 32109

Options

Name

Description

Default

Required

-config

The name of the configuration file to use if exporting workflow data to a database.

 

No

-listtypes

Comma-separated list of integral types.

 

No

-recurse

Whether or not to recursively descend into the SharePoint site hierarchy.

False

No

-statuslist

The name of the list to use as the destination of the workflow data.

 

Yes

-statusurl

The URL of the site containing the destination SharePoint list to receive the workflow data.

 

Yes

-url

The URL of the site whose data should be exported.

 

Yes