List field choices do not show up in Parent Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 08:49 AM
I have a list field on an extended table in which I can select multiple choices. These were defined in that field's choice list. I added the field from the extended table to its parent table's layout as well. I see the field and see the option to select the choices. However, the only choice I see is "None", as shown below. I cannot view or select any of the other choices I had defined. I was wondering why this was and if there was any way to get the other choices to show up. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 09:05 AM
Hi @AM24 , all the choices will be stored sys_choice table. And those choices ideally created with table as Parent table.
That could be the reason it is not showing those options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 09:12 AM
So would the solution be adding those choices to the parent table as well with just the same element?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 09:20 AM
Yes, we can do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 02:31 PM
Hey, this didn't exactly work. I did specify the parent table and keep the same element and it did not work. I also did try using the dotwalked element, and that did not work either.