Workflow - Sharepoint

Published on Friday, 8 July 2016

Workflow offers a couple of options when working with Sharepoint.

There is the Integration Component for Sharepoint List manipulation or there is the library.

New Int


Integration Component
Choose "Microsoft"
SharePoint Lists Generator

Create Generator - Sharepoint List Generator

Next fill in your details

Sharepoint site:
Use authentication
Username:
Password:
Domain:

Choose which Lists you want to work with

Sharepoint List

Give it a Namespace and Component names

Sharepoint List - Components

Add this Library to your Workflow and pull in the components you need.

You can use the Search Items where ID - IS NOT NULL if you want all items returned.

Precreated DLL

Another option is to use the DLL created by Symantec.
Create a Web Forms project and add in:

LogicBase.Components.SharePoint.dll

This will then prompt and tell you new Properties have been created.

When you drag on a component some Properties will be created for.

  • SharepointUsername
  • SharepointPassword
  • SharepointDomain
  • SharepointHost

Sharepoint Property - Username Sharepoint Property - Password

Sharepoint Property - Domain Sharepoint Property - Host

Go to the Project Project Root then the Properties Tab.

Project - Properties - Sharepoint

There will then be a number of Components available to you:

Components - Sharepoint

Forum

https://www.symantec.com/connect/forums/workflow-reading-sharepoint-list

https://www.symantec.com/connect/forums/workflow-and-sharepoint-lists

https://www.symantec.com/connect/forums/how-get-list-items-sharepoint-list-within-workflow

Articles

https://www.symantec.com/connect/articles/symantec-workflow-and-microsoft-sharepoint

Protirus