Hello,
I'm trying to apply a constraint to a particular field named Application #. The restraint is APP00\d\d\d\d\d. When I attempt to apply the constraint, the Laserfiche Administration Console states that "One or more entries in the recycle bin have field values that do not satisfy the constraint of the field. [9250]". I'm using the following search syntax:
{[]:[Application #]<>"APP[0-9][0-9][0-9][0-9][0-9][0-9][0-9]"} & {[]:[Application #]<>""}
Using this syntax returns zero entries. If I search just using the first part:
{[]:[Application #]<>"APP[0-9][0-9][0-9][0-9][0-9][0-9][0-9]"}
It returns a few hundred entries with nothing in the application field.
I'm trying to search for all entries where the Application # field is not empty.
However, when I search using just the second part:
{[]:[Application #]<>""}
I receive an error message stating that "The specified index is out of range for this collection. [1040]"
Note that the above happens when I'm searching via the desktop Client. When searching with the Web Client, I still get zero results when using both, but get "Load data to cache failed." when using either individually.
Any suggestions on what might be going wrong?
Thanks,
Michael