How to make Currency field Mandatory

psjajda
Tera Expert

Hi,

I am using Kingston version of ServiceNow and configuring Asset Module. I am trying to make Cost fields as Mandatory by using UI Policy or by setting field dictionary properties. But it won't consider Cost field as required field while submitting the form. 

find_real_file.png

But while submitting this form record it won't force me to fill Cost field. It saves form with no cost values as below:

find_real_file.png

Please help me on it.

8 REPLIES 8

Shweta KHAJAPUR
Tera Guru

Hi,

 

The default value in Purchase Cost is '0.00' . It is itself a value. Clear that field (remove 0.00) and the try to submit then it'll throw error

 

Regards,

Shweta K

Behshid Khairdi
Mega Expert

Hello psjajda,

The currency field takes the '0.00' while creating that field itself. So, as the value is already present in it is not throwing error while submitting it.

Regards.

Behshid K

 

Tushar Sharma2
Kilo Guru

Hello,

The default value of currency filed is 0.00 hence while submitting the records it stores default value.

Please check below community thread for work around.

https://community.servicenow.com/community?id=community_question&sys_id=2d88c321db5cdbc01dcaf3231f961949

 

Hit Like or Correct on the impact of response.

-Tushar

I tried with below BR and its working perfectly as a workaround : 

 

find_real_file.png

 

 

find_real_file.png

 

 

Hit Like or Correct on the impact of response.

-Tushar