- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2018 08:14 AM
1. Created a custom Table (T1) without extending any other table.
2. Referencing that table through a list collector (F1) in different Table. (T2)
3. Later created name field on T1 and added few records and made name as DISPLAY VALUE., Still List collector shows SYS Ids and when I select them it shows as string values.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2018 08:35 AM
I had this happen to my once when I already had display value set to true. Go to System UI > Lists in the left navigation and search for your table. There should be a record with the view of Reference List. If it is not there create it. It should look something like the below screenshot where filed in List Elements is the name of the filed you want to display in the list collector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2018 09:38 AM
Made those changes , they aren't captured in the Update set . Do I need to make these changes manually in PROD ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2018 09:44 AM
Have you moved your update sets to test? If not see if it works in test. When this happened to be the issue was only in dev. When I moved my update sets to test and prod I did not need to make these changes. But if it does not come over I would suggest exporting the xml of the reference Lists you created and importing it into test and prod so the sys_ids of these record do not become out of sync. You may have to export the xml of the list elements separate from the list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2018 10:10 AM
I added the List record to the Update set using "Add data to Update set". this made me have 2 updates related to List Layout. one from the UI on table and the other I manually added. I guess that shouldn't be any Issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 01:17 PM