All Tags »
Sharepoint (RSS)
Showing page 1 of 4 (34 total posts)
-
I am trying to use the SharePoint 2003 Document event in K2.net Studio to get the latest version of an InfoPath form to use in my K2 process. I have tried writing the InfoPath form to: K2InfoPathSchema, TempInfoPathSchema, another XML field that I created, and finally a string datafield of the process. Every time I get the following error (id ...
-
I am trying to save a completed Infopath form to different form library. I am using the Sharepoint Document wizard. Stepping thru the code it executes the UploadDocumentFromK2Field_ExecuteCode procedure just fine. The problem occurs during the UploadDocumentFromXmlAttachment_ExecuteCode procedure.
Error occurs at this statement...
Attachments ...
-
HI,
I'm creating a workflow in K2BP, this workflow is integrated in sharepoint and the forms are built in InfoPath.
We are having a multiuser Workflow. Each User has some activities to perform.
The problem we are facing is that the document is being shown in Sharepoint for all the users even those who are not listed in the ...
-
Hi,
We've seen an error which is similar. We're also getting the Timeout error and it's not because Sharepoint is actually timing out. In our situation Sharepoint may take a long time to create the workspace if there is a conflict or major load on any of the tables it's writing the data to. This then slows down the creation of the workspace.... ...
-
Hi all
we are facing a problem while building a K2BP Workflow integrated with SharePoint 2007 and Infopath.
The InfoPath Documents are published into a Form Library in SharePoint through the InfoPathIntegrationEvent in K2 Designer for Visual Studio 2005.
The Problem we are facing is that at the end to the Workflow, the ...
-
This may be a dumb question... but
Is it possible to install the SharePoint features (SmartObject integration, WebParts, Integration with SharePoint administration) outside of the K2 [blackpearl] installer?
If so.... can they be installed using sdsadm?
I couldn't see any way of doing it from looking at the installation files....
You may ...
-
Brian,
Here are two things to check:
1. Make sure the account running the blackpearl service has appropriate rights to the site/list.
2. Make sure the list item ID is truly 1. You should be able to see the IDs by displaying the column in the view. I don't know it is safe to always assume the number will be 1.
Are there ...
-
Hi Brian,
Are you asking how you specify the list item ID in the SharePoint List Item Wizard? You can specify it on the same page of the wizard where you specifiy the SharePoint site URL and list in the field called ''List Item ID''. I think the real trick in this case is finding the ID of the item you wish to update. In that ...
-
Hi,
I'm trying to modify the worklist webpart in BlackPearl. What I'm trying to do is to reduce the refresh interval from the default 90000 milliseconds down to 15000 (or 90 secnods down to 15). When I change the value and then try to apply or OK the change, I get the following message:
''Cannot save the property settings for this Web ...
-
Hi all,
we have a business entity (piece of information) that consists of multiple
documents. we want to create an approval workflow for this type of information
without approving each document separately.
it is like having “attachment” workflows. where multiple documents are
attached to the workflow instance.
is this possible ...
1