Decimal Type Variable

shaik_irfan
Tera Guru

Hello,

How to set the Decimal Type variable in Record Producer. 

3 REPLIES 3

SatheeshKumar
Kilo Sage
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

Does UI Macro idea support on SP too ?

 

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