Get related list values to the form field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-17-2022 04:05 AM
Hi Experts,
I have a requirement where I need all the data from a related list to get added to a list type field on the form.
related list I have is
New Field I have created is a list type field on the same form Named Retrieved Data(retrieved_data).
I want all the values from related list should get populate in retrieved_data field
Any help would highly appreciated.
Thank you!!
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-17-2022 01:21 PM
Hi,
If you don't have many values, why not maintain them only in your new list type field, and get rid of the related list.
I had the same kind of request from a customer for Business Units, and we are now maintaining them in the List type field. This allows easy searching and reporting by the users.
Regards.
JP
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-18-2022 06:21 AM
Thanks for your response .
I was trying with that but whenever I try to insert any values in the list type field, unique values are not getting inserted.
I have marked true to unique in dictionary.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-18-2022 11:25 AM
List type field is like a Reference field, so must reference a table already having the values you need to select. So, you cannot add new values on the fly.
Regards.
JP
JP