Decimal Type Variable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 09:26 AM
Hello,
How to set the Decimal Type variable in Record Producer.
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 09:36 AM
There is no decimal type variable available you can use single line text to enter decimal values using parseInt we can convert entry into a number while processing. . If you explicitly need that, go for ui macros to create a custom field of type macro.
For code check the belo link
https://community.servicenow.com/community?id=community_question&sys_id=cbfffaeddb58dbc01dcaf3231f96198f&view_source=searchResult
-satheesh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 09:51 AM
Does UI Macro idea support on SP too ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 10:12 AM
Oh.. Sorry.. Instead of ui macro use widget if you are using portal..
I belive code will work if you use that in html section of widget. Or we can built an html field easily.
-satheesh