All Tags »
code (RSS)
Showing page 1 of 3 (23 total posts)
-
Hi,
Our requirement is to create sharepiont task list for list of users (user1 , user2 ...so on) in k2.net 2003 process client events. I'm able to add the sharepoint tasks and worklistitems to K2 process, But not sure how to get the worklistitems of user in web application and update ...
-
I think probably the reason why ActivityInstanceDestination - Finish Date doesn't contain the date you expect is because your SmartObject event is within the same activity and the activity hasn't finished yet.
You should be able to get the finish time of your client event by adding a server code event after it and using code like ...
-
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 ...
1