Is there something in the system that does not allow defaults when converting from a lead? The only solution I can think of is to create the fields on the Lead and have them default to 30, hide them from viewers, and map them to the fields on the Account. But that seems like it might be unnecessary work.
I appreciate your thoughts! Thanks!
1 risposta
Lead conversion doesn't follow the "default values" rules, as they are only visualized during page-layout driven creation. I like your solution, or another option could be to create a Process that updates the account to populate the fields with the value after conversion. (And probably using a custom setting to store the '30' so you can modify the default value without editing the process.)