Remove Default Price and Currency 0.00 values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2014 04:44 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2014 09:14 PM
Not sure to understand well. Can you add few screesnhots and explain your requirement ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2014 06:11 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2014 01:27 AM
As a workaround, you could validate the value of this field in an 'onSubmit' client script or in a 'before' business rule.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2014 08:34 AM
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.