Skip to content

Commit a6f21a5

Browse files
Fix based on the gemini review
1 parent ca7096e commit a6f21a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_guide/administration/custom_fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Since this is a standard custom field, you do not need to provide computation lo
6868

6969
- **Required**: Check this box if you want to make this field mandatory for all records.
7070
- **Readonly**: Check this box to prevent users from editing the field's value through the user interface.
71-
- **Index**: For performance optimization on large datasets, a developer or system administrator can enable this.
71+
- **Index**: Check this box to create a database index on this field. This can improve performance for filtering and searching on large datasets. This option should typically be managed by a developer or system administrator.
7272
- **Copied**: Determines if the value of this field is copied when a record is duplicated.
7373

7474
For our example, we will leave these options unchecked.
@@ -86,7 +86,7 @@ Once all properties are configured, save the new field.
8686

8787
### Verify the Custom Field
8888

89-
1. To verify, open any record in the **Individuals** list view.
89+
1. To verify that the field was created successfully, open any record in the **Individuals** list view.
9090

9191
![](custom_fields/step06_select_individual.jpg)
9292

0 commit comments

Comments
 (0)