The CreatorCon Call for Content is officially open! Get started here.

Remove Default Price and Currency 0.00 values

dlrich
Kilo Contributor

Field types Price and Currency default 0.00 into the field.   I need to remove the defaultso it is blank, without the default 0.00.   This field is on a search form and is automatically recognized as a condition.

 

Any Help

4 REPLIES 4

Bhavesh Jain1
Giga Guru

Not sure to understand well. Can you add few screesnhots and explain your requirement ?


I have the same issue. For instance, on my Opportunity form the default value for the Revenue Amount for Quarter field (a custom field), the default is $0.00.   I want this field to be mandatory, but because it defaults to $0.00 the systems "sees" that it is not empty and will allow the user to save/submit this form without there being a real value there.



Remove Default Price and Currency 0.00 values.png


As a workaround, you could validate the value of this field in an 'onSubmit' client script or in a 'before' business rule.


To resolve my isuue, I changed the field to a decimal type and that works well.   In fact, since the data is sourced from a web service, it is ideal.