- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 10:01 PM
Dear Experts
I am new to table implementation.
For a table, I would like to be able to handle ”decimal” numbers for fields that are currently of type "Integer".
What should I do?
Best regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 10:17 PM
Hi @M_Tomy ,
If you want change the field type from integer to decimal make sure there is no data on that field.
If there is no data you can go to the dictionary of field and change the field type to decimal.
if they have any data on your integer field export the data and remove the data on integer to change the type.
Once you changed the type to decimal the import on that decimal field.
Try this on your lower instance or pdi.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 10:17 PM
Hi @M_Tomy ,
If you want change the field type from integer to decimal make sure there is no data on that field.
If there is no data you can go to the dictionary of field and change the field type to decimal.
if they have any data on your integer field export the data and remove the data on integer to change the type.
Once you changed the type to decimal the import on that decimal field.
Try this on your lower instance or pdi.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:43 PM
Dear Pavankumar.
Thank you very much.
Resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:51 PM
Hi @M_Tomy ,
Great to hear that it got resolved.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar