Skip to main content

We need to integrate K2 with SharePoint, an inhouse ASP.NET Application and PlanView which is quite vast. As integration with SharePoint  is inbuilt, so can we build a connection to another system. Our goal is to tie SharePoint with ASPNET application,PlanView using K2 Processes. Can some one point me in right direction how i can approach this.? Thanks

Let me know if you need any more info Thanks

In K2, all interaction with other systems is done using SmartObjects. K2 has SmartObjects built in for many interactions with SharePoint, AD, SQL and others. If a particular action or system isn't coverd by the OOB SmartObjects, you can write your own assembly and create SmartObjects off of that using the Endpoint Assembly service broker.

thanks for the response, can you point me to K2 documentation where i can find on creating custom connectors

 

I found this article, is there any moree detailed article

http://help.k2.com/onlinehelp/k2blackpearl/devref/4.6.4/webframe.html#extending_thirdpartyeventrecorder.html

 

Many Thnks


This may be more what you need to create a custom service broker.  The link you posted about custom event recorders probably doesn't apply in this situation.

 

400.BLR Custom Service Brokers

http://help.k2.com/k2lm-400blr.aspx

 

 

http://help.k2.com/onlinehelp/k2blackpearl/devref/current/webframe.html#Creating_Custom_Service_Objects.html which links to:

http://help.k2.com/onlinehelp/k2blackpearl/devref/current/webframe.html#Creating_Custom_Service_Objects.html

 

 


Reply