Browse by Tags
All Tags » infopath 2007 (RSS)
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
|
|