- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 01:09 AM
Hi Friends.
Is it a good idea to change the "integer" type field to "decimal" type?
I tried doing it in our instance and it throw the below error while previewing the update set.
"Validate type change" business rule is already inactive for the instance. So what could have caused throwing this error?
Regards
Ramandeep
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 01:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 01:15 AM
You need to create new field and give type as decimal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 01:19 AM
Hi Shashank,
What do you think could have caused throwing that error?
Regards
Ramandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 02:38 AM
I too was facing the same issue, but after doing community I found that
They are not compatible data types at the database level. You would end up with garbled information.
https://community.servicenow.com/community?id=community_question&sys_id=6dca53cedb7e578023f4a345ca961927
Thanks
Shashikant
Hit Helpful or Correct on the impact of response.