Browse by Tags

All Tags » code   (RSS)
Showing page 1 of 3 (23 total posts)
  • How to get and update the worklistitems of a user in K2.NET 2003 process using K2ROM

    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 ...
    Posted to K2.net 2003 Studio (Forum) by MSSPDev on October 6, 2008
  • Re: ActivityInstanceDestination - Finish Date

    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 ...
    Posted to General (Forum) by DavidL on September 18, 2008
  • Invalid character in a Base-64 string error

    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 ...
    Posted to General (Forum) by bpapproth on August 25, 2008
  • Re: K2 XML Parser

    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?
    Posted to K2.net 2003 Studio (Forum) by MRShepherd on August 21, 2008
  • Re: Timeout in K2SPSList - CreateWorkspace

    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.... ...
    Posted to K2.net 2003 Studio (Forum) by DBK on August 21, 2008
  • Access network shares from BP server events and service objects

    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 ...
    Posted to General (Forum) by Joseph on August 14, 2008
  • Call Smartobject method inside a web service

    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 ...
    Posted to General (Forum) by Naterade11 on August 7, 2008
  • Static ServiceObject Example

    An example of how to build a static ServiceObject against a backend system.
    Posted to Code Samples (FileGallery) by k2eric on July 23, 2008
  • Programmatically retrieve a user's Task List

    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), ...
    Posted to K2.net 2003 Studio (Forum) by dave300 on April 30, 2008
  • SetStartRule-problem

    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 ...
    Posted to K2.net 2003 Studio (Forum) by smult on March 13, 2008
1 2 3 Next >