Use our Google Custom Search for best site search results.
Search
-
Hi Julian,
I'm attaching a form that demonstrates how you can do this. The technique is a little tricky, but you can add the functionality to your own form by doing the following:
Export the Iterator.xml file from the form's resource files
Add it to your own form as an XML file data source
Copy over the ...
-
You could also use:
substring(addSeconds(now(), -1800), 12, 5)
-
Hi Glenn,
What is it specifically that you are asking about? Are you asking about how to verify a user's credentials against a database? Or how to set up a view to allow the user to enter their password?
-
Hi Jesse,
This isn't an issue I've seen before. As one thing to try, could you see what happens if you blank out the people picker fields before you assign new values to them? I have had luck in the past with blanking out fields in browser forms when they weren't behaving right.
-
Yes, you can simply put the predicate with the groupName path rather than the eval path: eval(eval(path/to/my:groupName[not(my:fieldName = preceding-sibling::my:groupName/my:fieldName)], 'concat(my:fieldName, "; ")'), "..")
-
This is definitely possible if code is involved, but I'm having a very hard time thinking of any way it could be done with no code at all. There are just too many degrees of indirection.
One way to accomplish this would be to use qRules' Transform command (though it would still require a bit of tricky manœuvering). Would you ...
-
Since the rule is executing in the context of the repeating field, you need to go up the node tree and back down in order for the formula to capture all of them. Like this:eval(eval(../SheetOfPaper, 'concat(., ", ")'), ...
-
The SharePoint DLL should only be needed if your code makes use of the SharePoint object model. So in short, it should be entirely possible to write InfoPath code behind for a lot of tasks without this DLL.
-
When you say ProgramDepartmentSelect is the "group" of your multi-select, does that mean it's an acual group (shown as a folder icon in the data source taskpane) or is it the actual field (shown as a sheet of paper in the taskpane)? The latter is what you should be using in your formula.
As far as getting the formula to recalculate ...
-
If you are ok with having users access the form in Filler mode (in the InfoPath client), then you shouldn't need any elevated permissions to publish the form, just regular Contributor permissions. Is this a browser form?
Just so you know, qRules provides a command called CopyRichText that makes it really easy to copy rich text from ...