
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 09:53 PM
I wonder I do not see a field type as number? Why? Am I missing out on something?
If I configure the dictionary of any field I am unable to see the type of field is nowhere mentioned as Number, I can ofcourse see Decimal or Integer but no number. What if wanted to have a field like "Age" only number goes as input what to be done in this case?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 03:19 AM
Hi @Vivekanandan1 ,
There is no number field type present in system.
In your age use case you can use integer as type. It will not allow to use characters.
E.g. initially it will let you type characters as below :-
But once you click outside it will remove that characters
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 03:19 AM
Hi @Vivekanandan1 ,
There is no number field type present in system.
In your age use case you can use integer as type. It will not allow to use characters.
E.g. initially it will let you type characters as below :-
But once you click outside it will remove that characters