Frage

Ich habe dieses InfoPath-Formular mit 8 Feldern namens: generasacodicetagpre.

Wie soll ich gehen, um das Formular so zu bestätigen, dass ich keine doppelten Werte auf diesen Feldern haben kann.

Ich kann CODE-BEADE KEINE CODE-BEWINDUNGEN, denn ich habe keinen Zugriff auf den zentralen Administrator, plus eine Code-hinter Sandbox-Lösung ist zu fehlerhaft für mich, wenn Sie bei der Veröffentlichung zufälliger Fehler erhalten.Also suche ich nach einer No-Code-Lösung.Ich verwende SharePoint Server 2010.

danke

War es hilfreich?

Lösung 2

So I end up doing a full compare of all the possible combinations:

8 choose 2 = 28.

Thats a lot of rules. There is another limitation, one item cannot have more than 6 rules (or at least i thought so), looks like this limitation is only on the designer to overcome this limitation do the folloing:

In the Rule condition select expression and you can insert as many comparisiona as you want like:

. = ../my:Field2 or . = ../my:Field3 or . = ../my:Field4 ...etc

Andere Tipps

If you're wanting to just compare values to make sure there are no duplicates among them, you could create a validation rule on each of the fields that compares the values of each of the affected fields every time the value changes, and throws a validation error if duplicates are found.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top