Browse by Tags

All Tags » infopath 2007   (RSS)
  • Re: Using SmartObjects (or mail events directly) with repeating InfoPath fields

    I assume you have workflow behind this InfoPath form that will send the email...? If you do, then I would suggest that you submit the form normally (not populating the SmartObject yet), then have your first event be a Server Event.  In the server event open the XML document, loop through the xml schema, and after each loop do your insert in ...
    Posted to General (Forum) by Steven_Inter on November 24, 2008
  • xmlDataFields instead of datafields

    I have a workflow that has a form where datafields would be hard to manage (80 of them) and the data is not really normalized for a smart object. Instead we used xmldatafields. I don't have time to pretty this up but wanted to post my notes.  I hope they help you. Things to know, use client connection not management ...
    Posted to General (Forum) by Ericx on October 23, 2008
  • Getting Action Result Value in Blackpearl

    Hi, I am trying to retrieve the Value from the ''Action Result'' and assign it to a field in my Infopath. I have tried the follwoing: string xml = K2.ProcessInstance.XmlFields[0].Value.ToString(); XmlDocument doc = new XmlDocument(); doc.LoadXml(xml); XmlNamespaceManager nsMgr = new ...
    Posted to General (Forum) by radon on October 1, 2008
  • Infopath and K2 Integration

    I am trying to generate (integrate) infopath .xsn file with K2. I expect ''Integrate with SmartObject'' on right clicking the .xsn file. However this option is not available. I was guessing that, it may be to do something with how the installation was done on my VPC. K2 and all visual studio was available on the VPC, I installed info path ...
    Posted to General (Forum) by Ramu on October 1, 2008
  • Urgent. InfoPath form opens as XML at MOSS

    Hello guys. We have a standard K2 blackpearl + InfoPath 2007 + MOSS solution. K2 process starts when the user submits a new InfoPath form into the Form Library, and I am sure all of you are familiar with this scenario. We are not utilizing Form services, but use InfoPath client application, because of some code-behind. After the user submits the ...
    Posted to General (Forum) by hyankov on September 17, 2008
  • Re: K2 - Infopath with managed code

    Hi, Thx for the answer. I found a solution to this problem at: http://www.sharepointblogs.com/ssa/archive/2007/10/16/null-is-null-or-not-an-object.aspx The reason for this problem was that the default postback option of the control changing the hiding condition (''Only when necessary for correct rendering of the form'') didn't postback ...
    Posted to General (Forum) by DummyDumb on September 12, 2008
  • Re: How To Integrate K2 BlackPearl with InfoPath for Approvals

    I think this is a very common task. K2 has a good niche here alone. Can we please get some further details on this? For example, I'd like to see how to modify the underlying xml datasource in the workflow, especially something like the current user's role (approver1, approver2, ....). Remind you, I want it modified via the workflow. Here's ...
    Posted to How to’s and Best Practices (from community) (Forum) by DavidF on November 7, 2007