Hi Ernesto,
I have a
similar situation, but with a Workflow Task form. Getting similar messages, but not quite.
However, I
was able to inject qRules 4.3 (trial) into a Workflow Taskform (SP 2010 enterprise & Infopath 2010, 64-bit, no C# or VB code before injection) with a warning:
[1] "The form template has been published to the server, but can only be opened in Infopath because it contains features that are not compatible with web browsers.
To fix this problem, close the dialog and review the errors in the design checker task pane".
[2] Runnning the design checker shows no errors, but it does show "Click Change Settings.. to provide the address of the server where you plan to publish this template. This will make error checking more accurate."
Now it is interesting, that:
-the Workflow task form (infopath 2010) is actually opening in the Infopath client from the workflow e-mail notification (use Open Task in MS Outlook).
- same workflow task form is able to approve/reject and complete successfully the workflow.
- was able to use people picker control (outside repating table), to properly authenticate all AssignedTo users..to be used for a following step in a multi-step workflow.
Now the parts that do NOT work:
- trying to open the assigned Task from the Workflow -> Tasks page , In Browser, produces an error, as warned in [1], but it opens nicely in Infopath Client/Filler.
- The AssignedTo users (properly parsed using the double eval trick and formatted to submit multiple users via the SubmitToSharepointList qRules command) together with Due Dates and descriptions is supposed be populating the rows of a repeating table. It WORKS when run on the desktop (same form being published), BUT the Description and Due Date fields are now DISABLED (opening from MS Outlook Task notification)!?!?
Reference to that functionality mentioned at http://www.infopathdev.com/forums/p/15290/86156.aspx#86156 and http://www.infopathdev.com/forums/p/24879/86188.aspx#86188.
- Custom "Add Task" button, using rules to move the data from non-repeating controls to the repeating table is ACTIVE, but the rules (OOTB rules, no qrules commands here), which work when form/template executed from desktop, but does NOTHING when run from MS Outlook "Open Task".
- the mapping used with qRules on that form has been used successfully with a similar non-published Infopath+qRules form, same target list for submitting the items from the repeating table, but NO re-mapping done after used on the workflow form (id is not mapped as it is not specified on the workflow taskform).
Could you please clarify whether the limitation for publishing Infopath Forms with qRules (4.3 trial here) to SP List is also valid for Workflow Taskforms. It looks like it might be possible..