Use our Google Custom Search for best site search results.
Search
-
I figured out what I needed. I was updating a single field from 2 different fields. I decided to have a valid for dollars and a valid for percent. So, the visible dollar field updates only one field and the visible percent updates the other. Then, in a third hidden field, I concat the results. Then the final rule says if the field contains ...
-
I am comparing data in a few fields, two of which are percent and dollars. I am comparing these fields to a secondary connection value that appears on my form as hints. Let's say 10% appears in the percent field and $200 in the dollars field as hints. On a changeable percent box, I want to change a text status to invalid if the main form entry ...
-
What I do in my form is place an admin section at the bottom of every form that I can see and interact with. I then create a section for what I will label as Manager Actions. I use rules to hide both sections based on the logged in user.
Make sure the rules pane is open. Click the Data tab and Form Load. New Rule > action > set a ...
-
Got the answer: "SPSE is a hybrid architecture so therefore for long run InfoPath we need to change the connection and refer UDCX file accordingly rather than using direct connection." The same will be true for REST according to MS. Hope this helps someone else.
-
Thank you very much for your reply. I am in fact using REST also, but the same thing occurs. I just chose the OWSSVR example because I have more of those. Example: https://myServer/sites/SE/_api/web/lists/GetByTitle('TitleName')/items?$orderby=Field2%20asc&$top=300. I was hoping to avoid touching hundreds of forms before migration. The ...
-
I apologize for not responding sooner. It is a library form. It's a little strange because the user login id is different for both. I still just have a specific rule in place for this one end user.
-
I have traditionally been able to interact with list data for an InfoPath form by taking advantage of the owssvr.dll by selecting XML and using this path (similar):
https://myServer/sites/SE/_vti_bin/owssvr.dll?Cmd=Display&List={22222222-FFFF-3333-9999-222222222222}&XMLDATA=TRUE&noredirect=true.
I use this to filter and sort, or ...
-
I have a way to solve what I need for now, so this is a curiosity with this connection. I have two users with the same name in my organization. Let's say Jane Doe. Both have unique user ids. I first get the logged in user domain\LoginId. Then, I Set the Account Name, Run the Query and Set Employee Fields. The fields even set correctly for the ...
-
Thank you for the response. I ended up deleting the section and the checkbox and recreating them from scratch and the issue went away on its own after that. Strange behavior to be sure. :-)
-
I have a checkbox I need hidden if the end user chooses a value of yes in a dropdown. It sits next to a calculated field that pulls from a secondary connection. I need it visible only when no is chosen. This works fine.
When the checkbox is checked and it sits inside its own section, it needs to concatenate data from 3 other fields into one ...