How can we create a field for sales to manually enter based on their opportunity that shows and reads as a percentage (0-100%), not a decimal? We would use that percentage in calculations on the backend elsewhere.
In our example, we ask for each product in an opportunity the Annual Volume (gal/lb) then we are asking how much of that volume is going to be for the East vs West side of the US. Instead of having them enter two different volume fields that don't connect to each other (I'm sure we could with custom code), how can we ask sales to enter the percentage instead to avoid mistakes. Ex 400k annual volume, 45% East 55% West, then we can use 400k*45% to get the east volume.