2
votes
3answers
982 views

How to authenticate BDC to the external system?

I'm using the following tutorial to define a workflow on a SharePoint list to create an element in and external List. When the workflow action tries to create the item in the external list, it fails ...
2
votes
3answers
2k views

How do I associate Workflows to SharePoint 2010 External Lists?

I've read that you can't associate workflows to SharePoint 2010 external lists but that there are workarounds for doing it. What do those workarounds involve? Can I do all of it in the Sharepoint ...
3
votes
3answers
631 views

Is it possible to programmatically invoke a workflow on external list items?

Is it possible to invoke a workflow on an external list programmatically and pass parameters into the workflow? Is there an example using SharePoint 2010?