- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 04:25 AM
Hi,
Kindly help me on below:
Is it recommend to create a Choice field with String type in ServiceNow?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2024 04:40 PM
Hi Sarah,
Kindly refer to the below links for more explanation.
https://www.servicenow.com/community/developer-forum/how-can-a-string-field-have-choices/m-p/2027598
https://www.servicenow.com/community/itsm-forum/string-type-field-vs-choice-type-field/m-p/749122
If the answer has helped you, please mark the answer as correct/helpful.
Regards,
Sanjeeva.Y.Reddy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 04:29 AM
the string type field behaves as choice option if dropdown with None is selected.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 04:32 AM
Thank you Samaksh. But I would like to know is it recommend to create a Choice field with String type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 04:42 AM
Hello @Sarah Bouil
It will be according to your requirement, suppose if you don't have any constraints with data type it is good to use string type only for choices, It will be easier for you to handle the stuffs with string functions and other things.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 04:33 AM
Hello @Sarah Bouil ,
Go through this link it will help you to understand How to Create Choice field in Servicenow
Kindly Mark correct and helpful if applicable