...
When the search dialog is opened, first select a class of objects that you want to search for by using a class picker.
Search conditions section will now include available fields in first column. Select the field that you want to search for.
A system will automatically detect the field type and adjust possible operators depending if the field is a text, date, dictionary or number. See tables below for available operators per type.
Enter a desired value into search filed and use Search button or hit Enter key to start search.
Available operators :
Number field operators | Explanation |
---|---|
Equals | field contains exactly that number |
Not Equals | field is different than given number |
Not Less than | field has a value grater or equal to given |
Not grater than | field has a value that is lower or equal to given |
Grater than | field has a value grater than given |
Less than | field has a value lower than given |
Is empty | field has no value |
Is not empty | field is not empty |
Date field operators | Explanation |
---|---|
Equals | Date matches exactly |
Not Equals | Date is different than given |
Before | Field has a date value that is before given date |
After | Field has a date value that is after given date |
Is empty | field has no value |
Is not empty | field is not empty |
Text field operators | Explanation |
---|---|
Contains | field contains given text (anywhere, part of) |
Not contains | field does not contains given text (anywhere, part of) |
Equals | field equals given text exactly |
Not equals | field does not equal given text |
Starts with | field value starts with given string |
Is empty | field has no value |
Is not empty | field is not empty |
Dictionary field operators | |
---|---|
Equals | dictionary field has exactly that value |
In set | field has one of the listed values |
not Equals | field has a different value than given |
Not in set | field does not have any of the listed values |
Is empty | field has no value |
Is not empty | field is not empty |
Note - "In Set" operator is selected automatically if more than one value is selected.
...
Use "X" button at the end of each condition to remove it. Once the last condition from group is removed, a group itself will also be removed.
Alternatively "Remove group" button can be used to remove entire group with all conditions
...
Review Results
Select search results (records) in a grid view to show them in the main interface. System will try to show the object in the grid view id possible.
...