All Tags »
code (RSS)
Showing page 1 of 3 (21 total posts)
-
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 ...
-
I have found the reference to XML again now. It turns out this is in the SourceCode.K2Utilities package/namespace so I assume tha's what you were talking about...
Are you saying this is quite stable and is unlikely to be the cause of any problems I have?
-
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.... ...
-
Because server events and service objects are running in the context of a windows service, there are two things to consider when trying to accessing files on other systems from this code:
1) You don't have access to mapped drives. If you want to access a remote share, access it using the full unc path, such as ...
-
Hello,
I would like to call several smartobject methods from within a web service in order to achieve cascading drop-down list boxes within InfoPath. I have not been able to dig up anything thus far. Does anyone have a good explanation on how to execute smartobject methods with code ? What needs to be referenced?
Thank in ...
-
An example of how to build a static ServiceObject against a backend system.
-
I apologize in advance for probably getting the terminology wrong, but I have only been working with K2 for 2 days now.
I have an existing workflow with a variety of activities, and I'm creating an aspx page (which will end up in a MOSS site) which needs to display all the items a user is currently assigned (I'm calling it a task list), ...
-
I'm having a great deal of trouble with K2.Net 2003 trying to use SetStartRule for a delayed execution of a WebService-poll.
My process is supposed to check a webservice (which again checks a db for a certain value remote) every 10 min. from now until either the value is correct or it has been more than 100 retries.
The retry works sort ...
-
Hi there,
First message in this forum, although I have read a lot of the threads here.
Short story: Using code in K2, how do I enumerate through all instances of an activity and how do I force an instance to ''Finish''?
Long story:Ok, I have the following situation: Activity ''A'' which leads to ''B'' or ''C'', depending on the outcome. ''A'' ...
-
Has anyone attempted to use the API to create a custom user/role manager, kind of like this guy did for K2 2003: http://www.k2underground.com/forums/thread/14599.aspx?
Is there any documentation out there for using the SecurityManagementAPI for blackpearl? There is no reference to it in the SDK documentation...
On the surface, it seems simple ...
1