Hi,
Here are some bugs with nintex form for you. (v 2.3.2.0 with ie8)
when the last action is a click on "remove" then the custom validation is not processed. If the last action is a click on "add" everything works fine.
Using the validation rule with isnullorempty({self}) refreshes the whole form (don't seem necessary + slows erevything and is nasty)
For the first issue it looks like a problem with the custom validation and the SharePoint control that is being wrapped. Is using Checkbox list display mode an option? The full page refresh makes me think a javascript error in the form has broken the rules validation as it should not do a full page postback.
The second issue seems to work for me... but I may not understand the issue. Probably a good idea to contact Nintex Support and work with them.
I believe the last issue has been fixed in the upcoming release.
john 888, you can find the latest Nintex Forms release here Product Downloads (Product updates are available to software assurance and premium support customers only. If you don't have access to the site, please contact support@nintex.com for access)
I'm using version 2.5.0 of Forms, and I am seeing the third issue with the single quote in attachment file names causing the form to fail to render.
I am using Nintex 2010 Version: 1.9.0.0 and I am able to reproduce the first issue ( Multi lookup + custom validation rules ) , Any idea when this will be fixed ?
Emily Billing Do you have any update?
I have another bug.
When I try to call any web service i.e. /_vti_bin/NintexWorkflow/workflow.asmx from "Web Request" (and also "Call web service" without "Encode inserted tokens" option) action, wich I need to give some XML encoded association data, I'm getting Error 400 (Bad Request). Bellow i my input XML.
I think the problem is in XML encoding, when I try to send Request within parameter associationData.
When I use "Call web service" action and use "Encode inserted tokens" option without "XmlEncode" Inline Function, the call to web service works.
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m="http://nintex.com">
<soap:Header>
</soap:Header>
<soap:Body>
<m:StartWorkflowOnListItem>
<m:itemId>{WorkflowVariable:currentDocSetId}</m:itemId>
<m:listName>{WorkflowVariable:listId}</m:listName>
<m:workflowName>SetPermissions</m:workflowName>
<m:associationData>fn-XmlEncode({TextStart}{WorkflowVariable:associationData}{TextEnd})</m:associationData>
</m:StartWorkflowOnListItem>
</soap:Body>
</soap:Envelope>