Use our Google Custom Search for best site search results.
Search
-
I remember this from a long time ago - check this out - http://social.msdn.microsoft.com/forums/en-US/sharepointworkflow/thread/737a181e-0c41-45fd-b80d-f150705541fd/. You need to make sure you set the SPWorkflowTaskProperties.TaskType to 1 to get it to switch.
Other thing you can do is use a single InfoPath form but just switch ...
-
One suggestion is to create a content type and then associate the InfoPath form as a template for that content type. Then in each of your sub sites, in the form library, use the content type. Then when you update the InfoPath form, just update the template that is associated to the content type and it will be pushed to form libraries ...
-
Agree - make sure that you are doing your custom rules on submit before the K2 web service is called.
-
Sorry for the delayed response. You are seeing that because the InfoPath form is not being opened from the form library. When you open the form through the K2 tasklist or from the K2 workspace, you are being taken to a direct url to the form in Form Services.
You could change the rules on the submit to close the form...
Jason Apergis
-
Greg,
The problem is not knowing how to promote fields - that works. Let me try to explain again what I am seeing. I have an InfoPath form and I promote fields by going to tools >> options. Then I go to the form library and I create some instances of the form. I see the values promoted in the form library. ...
-
I am not sure what is causing this. I have a WSS site. I create an IP form, configure in some fields to promote. I save an instance of the form to the form library and I see the promoted values.
I then modify the form. I do not change anything of importance, lets just say I type a letter or change the wording of ...
-
Clay,
That was exactly what I needed.
Thanks,
Jason
-
Hey Guys,
How is it going, not been here in a while.
I have an InfoPath form I am integrating with K2 BlackPearl. I have a pretty simple problem. I have some Rules that set some values OnSubmit prior to the xml of the form being submitted to a web service. The OnSubmit has been configured to close the IP form. Problem is ...
-
The difference is complexity. With workflows in SharePoint Designer you are typically bound to doing simple things like sending emails or creating a task for a person. It does not integrate well with IP 2007 if you have plans to do multiple forms that you want to incorporate into a single process. It is possible to create an ...
-
FYI - I lost hours and hours trying to figure out how to properly deplpoy an InfoPath 2007 Sharepoint task as part of a worflow. I finally got it to work and yes - this is for developers only.
Some of the stuff you can do with SharePoint Designer 2007 is pretty good and actually powerful if you create custom activities and include them into the ...