We have a need to use the currency field along with the $ and , but need to restrict the entry to whole dollars, or if that is not possible, to auto-round to the nearest dollar. How can this be achieved?
Our documentation states the following: Field data can only be restricted for certain field types: text fields and numeric fields (number, integer and long integer). The restrictions that a particular character field will have are determined by regular expressions, a notation used to define a pattern of text.
Is this need only possible for Currency fields with JavaScripting?