How to remove display value from Forms.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2023 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2023 04:47 PM
The value you're seeing is the column marked as Display = true when you look at the table's dictionary entries. Seems the default for numbered tables is the number field. Non-numbered appear to default to a system date/time field. That can be changed as needed. There should only be one column set to Display = true though. Getting that to not display may require a UI Script so the data doesn't get messed up by changing which field is the main field to display when records are referenced from the table. Just a thought, but you could make sys_id the one to display since that is more meaningful than a date/time value.