Indexed for search
- Annotation name: field indexed
- Name: Indexed for search
- Description: Indicates that a database index will be created for this field. This is needed if the field should be used to search for entities or to sort entries in a table.
- Area: Search
- Values:
- True (locale): An index is created for the field, so the case, contact or resource can be searched by this field. Only the case, contact or resource is found.
- True (company + persons) (unit): Only for contacts. An index is created for the field, so the contact can be searched by this field. For persons, only the person itself is found. For companies, the persons of the company are found as well.
True (company + persons + cases) (transitive): Only for contacts. An index is created for the field, so the contact can be searched by this field. For persons, the cases of the person are also found. For companies, the cases of the company, the persons of the company and the cases of the persons of the company are found as well.
False: No index is created for the field, so it cannot be searched.