This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
display_values_property [2015/03/02 01:34] dloo |
display_values_property [2015/07/07 16:29] (current) dloo |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Sharing Display Values for Reference Fields ====== | + | ====== Sharing Display Values ====== |
<wrap info>v3.1.8</wrap> | <wrap info>v3.1.8</wrap> | ||
Line 10: | Line 10: | ||
This feature is useful if you are sharing few tables without needing to include referenced records, the display value may contain enough readable information for your report. | This feature is useful if you are sharing few tables without needing to include referenced records, the display value may contain enough readable information for your report. | ||
+ | |||
+ | Additionally, Choice Lists and Glide Lists <wrap info>v3.2.3</wrap> will also generate display values. | ||
<WRAP round important> | <WRAP round important> | ||
Display values are human readable strings that do not ensure referential integrity when used to join with other tables. To ensure accurate joining between tables, always rely on the actual //sys_id// value in the reference field instead. | Display values are human readable strings that do not ensure referential integrity when used to join with other tables. To ensure accurate joining between tables, always rely on the actual //sys_id// value in the reference field instead. | ||
</WRAP> | </WRAP> |