All Tags »
Infopath »
BlackPearl (RSS)
Showing page 1 of 3 (25 total posts)
-
In that third view, are you doing anything to set the ACTIONNAME element with the user response?
-
We are trying to remove all reference to a previously integrated Infopath form in a process within Visual Studio. We have done the following:
1. Removed all InfoPath Client Events in the process
2. Run InfoPath Integration and removed the form in the process
3. Removed the form from the InfoPath Form template folder in the ...
-
Hi all,
Going through Server move from Development to Production, and I'm at the stage when I'm deploying one of the Project Solutions.
I've run the ServiceGUID Converter tool from Blackmarket, which worked. I've successfully deployed all the SmartObjects. I've re-run all the Process wizards in VS to update references to SmartObjects, IPC calls, ...
-
In reference to your first question about your form not being browser enabled: in InfoPath design mode, go to Tools | Design Checker. If you have used any InfoPath features that are only available on the thick client and not in forms server, InfoPath will always open with the client regardless of what settings you have in K2.
-
When you say 'with users in K2', what do you mean? K2 gets its users from a security provider--out of the box ActiveDirectory or SQL tables. But there are other choices. You could maintain lists of authorized approvers in many different ways.
Let's take an example. You could create a SharePoint list of authorized users for ...
-
Delighted to find this thread. It got my problem solved, but just as a footnote I had to do a little more work.
For me there were three entries in the manifest.xsn file. I tried editing only the ''Get Actions'' entry first as described and got an error complaining about ''... relative paths not allowed ...'' when trying to ...
-
Hello guys,
I try to manipulate the ListItem Permissions of a form used within a K2 Process (I need to restrict the Read-Access to involved persons).
I think this works over Sharepoint Management Event. This Wizard asks for a ListItem ID. I try to find this in K2 - but I can't find a field for that.
Is there a simple way to get the ...
-
When K2 interacts with infopath, it creates submit rules and activates the ‘Allow users to submit’ option. As we are triggering processes another way we do not want this option available to users. I have switched this off. But everytime I go back into the form K2 has turned the option back on ...
-
Is firstname truly an XML data field, or is it a field inside of an InfoPath form? If it's in an InfoPath form, there will be a process-level XML field containing the entire XML document of the form. You'll have to use XPath to locate the particular firstname field inside of the document. There are several code examples in the ...
-
Hi,
I have a workflow triggered from an InfoPath form. The form is published to a form library, the problem is the information in the form is not persisted in the form library. Does anyone know how to do this ? I believe it has to be a seperate activity as part of the workflow.
1