How to add currency field type into catalog item

kranthi2
Tera Expert

Hi,

How to add currency field type into catalog item.

I don't see currency field type into the catalog item how to add that 

 

Thanks,

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @kranthi2 ,

There is no Currency field type as such!!

Please see this link :

Something like this: https://community.servicenow.com/community?id=community_question&sys_id=962a8f69db5cdbc01dcaf3231f96...

View solution in original post

4 REPLIES 4

Harish KM
Kilo Patron
Kilo Patron

Hi @kranthi2 There is no OOB variable to store currency value. However you can do the validation with help of client script. Refer below links for work around

https://www.servicenow.com/community/developer-forum/how-to-define-variables-of-type-price-in-the-se...

https://www.servicenow.com/community/itsm-forum/how-to-create-a-catalog-item-with-a-user-specified-c...

Regards
Harish

Community Alums
Not applicable

Hi @kranthi2 ,

There is no Currency field type as such!!

Please see this link :

Something like this: https://community.servicenow.com/community?id=community_question&sys_id=962a8f69db5cdbc01dcaf3231f96...

Amit Verma
Kilo Patron
Kilo Patron

Hi @kranthi2 

 

We do not have any Currency field on the catalog item directly so as a workaround, we need to make use of Regular Expression validation. Please refer below link and configure accordingly :

 

https://www.servicenow.com/community/itsm-forum/regex-expression-on-currency-in-catalog-item/m-p/725...

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Dr Atul G- LNG
Tera Patron
Tera Patron

Thanks @Amit Verma @Community Alums @Harish KM  for answers. I was not much aware about same.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************