Is it possible to have certain fields have a default value on 1 of my record types but not on the others?
so record type 1 would have a set of default valus on certain fields and record types 2 and 3 would not have a default value
would the only way to do this be to duplicate the value you want ina picklist but only display it on the record type you want the value to be default on :S
another idea i was thinking would be to have a check box that when ticked it uses a field update to popluate the values you want
Hope this makes sense
Thanks
J
5 个回答
If the field is a picklist, you can do this. Go to the field and make sure a default is not set. Then go to the record type, find the field and click edit and you will have the option to set the default for that record type. This only is available for picklist fields.
The checkbox option wouldn't work because the default is set as soon as you click "new" to create a new record. Checking the checkbox would occur after this and already be too late to set the default.