We currently have a field on our opportunity layout where sales execs can add incremental budget to their campaigns. This can happen 3-5 times during a campaign. Is there a way to make it so once the incremental field is filled in, another field shows up on the page and allows them enter in another amount. The idea is to see how much incremental is added each time. But if there is no incremental added they only have to look at one field.
Not without code ( a visualforce page). You can have both fields always there and set up a validation rule that they must fill in the second field if field 1 meets a criteria.