Skip to content

Commit 7d299f2

Browse files
authored
Update README.md with Do not reference sys_choice table desc
1 parent eb076b5 commit 7d299f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ Restrict the number of row counts ma x to 10,20,50 instead of higher limits such
229229
Navigate to the user preference <sys_user_preference> table and search by 'rowcount'. Set the value to 50 max.
230230
Also, can set the property 'glide.ui.per_page' sys property value to 10, 20, 50 only
231231

232+
### Do not reference sys_choice table
233+
The Choice table should not be used as the reference table for a Reference type field. Reference fields store the sys_id of the corresponding record in the reference table and show the specified display value. For example: the caller_id field stores the sys_id of a record from the user table and displays the corresponding name value. This presents a problem when using the sys_choice table, because existing records are deleted and replaced when choices are modified. This causes a new sys_id to be generated for each record in the choice list. So the sys_id stored in the Reference field is no longer a valid value and the reference is broken.
234+
232235

233236
## Category: Security
234237
##Check Mandatory fields on incident

0 commit comments

Comments
 (0)