- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:01 AM
I have created a custom field on server Class which is of choice type, I have to add 150 values for this field.
what is the best way to create multiple choice without doing manually.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:59 AM
Hi @sadhna ,
You can achive using 2 ways -
1. You can run a background script using a for loop which runs up to count 150
2. Using data source and transform map.
Please mark my answer correct and helpful if this works for y
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:21 AM
Hey @sadha,
You could probably run a background script or maybe even import a CSV to fulfill that requirement. Although that would more than likely be just as labor intensive as manually inputting the items. I hope that helps!
Cheers,
Josh
If you found this helpful please give a thumbs up OR mark it as the solution. Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:29 AM
Agree with Josh that a CSV import is likely the best way to go if you really need to create that many choices, but 150 options in a choice list seems excessive. Before implementing, I would make sure there isn't a better design to reach the desired business need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:59 AM
Hi @sadhna ,
You can achive using 2 ways -
1. You can run a background script using a for loop which runs up to count 150
2. Using data source and transform map.
Please mark my answer correct and helpful if this works for y
Thanks and Regards
Sarthak