Form Configuration

sadhna
Tera Expert

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.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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

View solution in original post

3 REPLIES 3

Josh_H
Giga Guru

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!

Brian Bouchard
Mega Sage

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.

Community Alums
Not applicable

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