InfoPath List with SharePoint

Is there a way to check if a value is already in a SharePoint list from an InfoPath form without code? The form is enabled by the browser, so I cannot use scripts or managed code.

+3
source share
2 answers

You can create a data connection in the sharepoint list and load the list data into the InfoPath form when it is rendered. You can then use InfoPath "rules" to check if the given list contains the value you are looking for.

If there are a lot of lines in the list, the rules can become quite complicated. If you can be more specific, I could give you a more detailed answer.

0
source

Tomids, InfoPath , InfoPath.

0

Source: https://habr.com/ru/post/1743430/


All Articles