How to remove display value from Forms.

Kruthik M Shiva
Tera Contributor

Whenever record is created the created is getting displayed on top of the form, I don't want to display anything there except the form name How do I remove it please do share if you have any pointers on this.
PFB screenshot for reference.
Thanks in advance.

1 REPLY 1

Claude DAmico
Kilo Sage

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.

Claude E. D'Amico, III - CSA