Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width600px


Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel1



Column




Example: Reject duplicated file names in attachments

How to configure a validation for rejecting attachments with repeated file names?

Use Boolean validator with math, date-time or text-string terms with the following configuration:


Boolean expression is: count(toStringList(%{00071})) = count(distinct(toStringList(%{00071})))


Note that:

  • %{00071} is field code for "Attachments"


Other examples of that function

Incoming Links
pageBoolean condition and validator with math. date-time or text-string terms
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "validator"